#35916B

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

Shades of Eucalyptus #35916B

Tints of Eucalyptus #35916B

Color information

#35916B (or 0x35916B) is unknown color: approx Eucalyptus. HEX triplet: 35, 91 and 6B. RGB value is (53,145,107). Sum of RGB (Red+Green+Blue) = 53+145+107=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #35916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35916B is #CA6E94. Grayscale: #717171. Windows color (decimal): -13266581 or 7049525. OLE color: 7049525.

HSL color Cylindrical-coordinate representation of color #35916B: hue angle of 155.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35916B is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB53145107-
CMYK0.6300.260.43
HSL155.22º46.46%38.82%-
HSV(B)155.22º63.45%56.86%-
XYZ14.2522.0717.42-
YUV113.16124.5285.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=17.38%
G=47.54%
B=35.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451070.6300.260.43155.2246.4638.82
Hex35916B3F01A2B9b2e27
Octal6522115377032532335647
Binary11010110010001110101111111101101010101110011011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35916B; }

 p { color: rgb(53,145,107); }

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

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

 a { background-color: rgb(53,145,107); }

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

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

 span { border-color: rgb(53,145,107); }

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