#399269

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

Shades of Eucalyptus #399269

Tints of Eucalyptus #399269

Color information

#399269 (or 0x399269) is unknown color: approx Eucalyptus. HEX triplet: 39, 92 and 69. RGB value is (57,146,105). Sum of RGB (Red+Green+Blue) = 57+146+105=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #399269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399269 is #C66D96. Grayscale: #727272. Windows color (decimal): -13004183 or 6918713. OLE color: 6918713.

HSL color Cylindrical-coordinate representation of color #399269: hue angle of 152.36º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399269 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB57146105-
CMYK0.6100.280.43
HSL152.36º43.84%39.8%-
HSV(B)152.36º60.96%57.25%-
XYZ14.5222.4516.93-
YUV114.72122.5186.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=18.51%
G=47.40%
B=34.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571461050.6100.280.43152.3643.8439.8
Hex3992693D01C2B982c28
Octal7122215175034532305450
Binary11100110010010110100111110101110010101110011000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399269; }

 p { color: rgb(57,146,105); }

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

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

 a { background-color: rgb(57,146,105); }

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

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

 span { border-color: rgb(57,146,105); }

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