#269660

Color #269660 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #269660

Tints of Eucalyptus #269660

Color information

#269660 (or 0x269660) is unknown color: approx Eucalyptus. HEX triplet: 26, 96 and 60. RGB value is (38,150,96). Sum of RGB (Red+Green+Blue) = 38+150+96=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #269660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269660 is #D9699F. Grayscale: #6E6E6E. Windows color (decimal): -14248352 or 6329894. OLE color: 6329894.

HSL color Cylindrical-coordinate representation of color #269660: hue angle of 151.07º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269660 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB3815096-
CMYK0.7500.360.41
HSL151.07º59.57%36.86%-
HSV(B)151.07º74.67%58.82%-
XYZ13.8223.0714.79-
YUV110.36119.8976.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 150 (58.98% from 255) = 52.82%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=13.38%
G=52.82%
B=33.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38150960.7500.360.41151.0759.5736.86
Hex2696604B02429973c25
Octal46226140113044512277445
Binary1001101001011011000001001011010010010100110010111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269660; }

 p { color: rgb(38,150,96); }

 H1.HeaderClassName
 {
   color: #269660;
 }
 .AnyTagClassName
 {
   color: #269660;
 }
</style>
background-color css

<style>
 a { background-color: #269660; }

 a { background-color: rgb(38,150,96); }

 div.DivClassName
 {
   background-color: #269660;
 }
 .BgClassName
 {
   background-color: #269660;
 }
</style>
border-color css

<style>
 span { border-color: #269660; }

 span { border-color: rgb(38,150,96); }

 td.TdClassName
 {
   border-color: #269660;
 }
 .TagClassName
 {
   border-color: #269660;
 }
</style>