Html Css Color HEX #359872 Eucalyptus

📋 copy color: '#359872'

red 53 ◦ green 152 ◦ blue 114

#359872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #359872

Tints of Eucalyptus #359872

RGB

 RED value IS 53 (21.09% from 255) = 16.61%

 GREEN value IS 152 (59.77% from 255) = 47.65%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 16.61%
G = 47.65%
B = 35.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#359872 (or 0x359872) is known color: Eucalyptus. HEX triplet: 35, 98 and 72. RGB value is (53,152,114). Sum of RGB (Red+Green+Blue) = 53+152+114=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #359872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359872 is #CA678D. Grayscale: #767676. Windows color (decimal): -13264782 or 7510069. OLE color: 7510069.

HSL color Cylindrical-coordinate representation of color #359872: hue angle of 156.97º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359872 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 114 -
CMYK 0.65 0 0.25 0.40
HSL 156.97º 0.48% 0.4% -
HSV(B) 156.97º 0.65% 0.6% -
XYZ 15.73 24.43 19.81 -
YUV 118.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 53 152 114 0.65 0 0.25 0.40 156.97 0.48 0.4
Hex 35 98 72 41 0 19 28 9D 30 28
Octal 65 230 162 101 0 31 50 235 60 50
Binary 110101 10011000 1110010 1000001 0 11001 101000 10011101 110000 101000

Color Harmonies of #359872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359872

Black with #359872

Text Example


Text Example

White with #359872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359872; }

 p { color: rgb(53,152,114); }

 H1.HeaderClassName
 {
   color: #359872;
 }
 .AnyTagClassName
 {
   color: #359872;
 }
</style>

background-color css

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

 a { background-color: rgb(53,152,114); }

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

border-color css

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

 span { border-color: rgb(53,152,114); }

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