#269959

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

Shades of Eucalyptus #269959

Tints of Eucalyptus #269959

Color information

#269959 (or 0x269959) is unknown color: approx Eucalyptus. HEX triplet: 26, 99 and 59. RGB value is (38,153,89). Sum of RGB (Red+Green+Blue) = 38+153+89=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #269959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269959 is #D966A6. Grayscale: #6F6F6F. Windows color (decimal): -14247591 or 5871910. OLE color: 5871910.

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

Color convert

RGB3815389-
CMYK0.7500.420.4
HSL146.61º60.21%37.45%-
HSV(B)146.61º75.16%60%-
XYZ13.9923.9213.33-
YUV111.32115.475.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 153 (60.16% from 255) = 54.64%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=13.57%
G=54.64%
B=31.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38153890.7500.420.4146.6160.2137.45
Hex2699594B02A28933c25
Octal46231131113052502237445
Binary1001101001100110110011001011010101010100010010011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269959; }

 p { color: rgb(38,153,89); }

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

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

 a { background-color: rgb(38,153,89); }

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

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

 span { border-color: rgb(38,153,89); }

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