#269956

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

Shades of Eucalyptus #269956

Tints of Eucalyptus #269956

Color information

#269956 (or 0x269956) is unknown color: approx Eucalyptus. HEX triplet: 26, 99 and 56. RGB value is (38,153,86). Sum of RGB (Red+Green+Blue) = 38+153+86=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #269956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269956 is #D966A9. Grayscale: #6F6F6F. Windows color (decimal): -14247594 or 5675302. OLE color: 5675302.

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

Color convert

RGB3815386-
CMYK0.7500.440.4
HSL145.04º60.21%37.45%-
HSV(B)145.04º75.16%60%-
XYZ13.8723.8712.68-
YUV110.98113.975.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=13.72%
G=55.23%
B=31.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38153860.7500.440.4145.0460.2137.45
Hex2699564B02C28913c25
Octal46231126113054502217445
Binary1001101001100110101101001011010110010100010010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269956; }

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

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

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

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

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

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

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

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