#269260

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

Shades of Eucalyptus #269260

Tints of Eucalyptus #269260

Color information

#269260 (or 0x269260) is unknown color: approx Eucalyptus. HEX triplet: 26, 92 and 60. RGB value is (38,146,96). Sum of RGB (Red+Green+Blue) = 38+146+96=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #269260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269260 is #D96D9F. Grayscale: #6C6C6C. Windows color (decimal): -14249376 or 6328870. OLE color: 6328870.

HSL color Cylindrical-coordinate representation of color #269260: hue angle of 152.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269260 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB3814696-
CMYK0.7400.340.43
HSL152.22º58.7%36.08%-
HSV(B)152.22º73.97%57.25%-
XYZ13.1921.8114.58-
YUV108.01121.2278.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 146 (57.42% from 255) = 52.14%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=13.57%
G=52.14%
B=34.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38146960.7400.340.43152.2258.736.08
Hex2692604A0222B983b24
Octal46222140112042532307344
Binary1001101001001011000001001010010001010101110011000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269260; }

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

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

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

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

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

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

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

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