Html Css Color HEX #359571 Eucalyptus

📋 copy color: '#359571'

red 53 ◦ green 149 ◦ blue 113

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

Shades of Eucalyptus #359571

Tints of Eucalyptus #359571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 16.83%
G = 47.3%
B = 35.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#359571 (or 0x359571) is known color: Eucalyptus. HEX triplet: 35, 95 and 71. RGB value is (53,149,113). Sum of RGB (Red+Green+Blue) = 53+149+113=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #359571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359571 is #CA6A8E. Grayscale: #747474. Windows color (decimal): -13265551 or 7443765. OLE color: 7443765.

HSL color Cylindrical-coordinate representation of color #359571: hue angle of 157.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359571 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 113 -
CMYK 0.64 0 0.24 0.42
HSL 157.5º 0.48% 0.4% -
HSV(B) 157.5º 0.64% 0.58% -
XYZ 15.2 23.44 19.35 -
YUV 116.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 53 149 113 0.64 0 0.24 0.42 157.5 0.48 0.4
Hex 35 95 71 40 0 18 2A 9E 30 28
Octal 65 225 161 100 0 30 52 236 60 50
Binary 110101 10010101 1110001 1000000 0 11000 101010 10011110 110000 101000

Color Harmonies of #359571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359571

Black with #359571

Text Example


Text Example

White with #359571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359571; }

 p { color: rgb(53,149,113); }

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

background-color css

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

 a { background-color: rgb(53,149,113); }

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

border-color css

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

 span { border-color: rgb(53,149,113); }

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