#269662

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

Shades of Eucalyptus #269662

Tints of Eucalyptus #269662

Color information

#269662 (or 0x269662) is unknown color: approx Eucalyptus. HEX triplet: 26, 96 and 62. RGB value is (38,150,98). Sum of RGB (Red+Green+Blue) = 38+150+98=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #269662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269662 is #D9699D. Grayscale: #6E6E6E. Windows color (decimal): -14248350 or 6460966. OLE color: 6460966.

HSL color Cylindrical-coordinate representation of color #269662: hue angle of 152.14º 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 #269662 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB3815098-
CMYK0.7500.350.41
HSL152.14º59.57%36.86%-
HSV(B)152.14º74.67%58.82%-
XYZ13.9123.1115.28-
YUV110.58120.8976.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=13.29%
G=52.45%
B=34.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38150980.7500.350.41152.1459.5736.86
Hex2696624B02329983c25
Octal46226142113043512307445
Binary1001101001011011000101001011010001110100110011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269662; }

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

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

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

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

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

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

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

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