Html Css Color HEX #359756 Eucalyptus

📋 copy color: '#359756'

red 53 ◦ green 151 ◦ blue 86

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

Shades of Eucalyptus #359756

Tints of Eucalyptus #359756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.07%

 BLUE value IS 86 (33.98% from 255) = 29.66%

R = 18.28%
G = 52.07%
B = 29.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#359756 (or 0x359756) is known color: Eucalyptus. HEX triplet: 35, 97 and 56. RGB value is (53,151,86). Sum of RGB (Red+Green+Blue) = 53+151+86=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #359756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359756 is #CA68A9. Grayscale: #727272. Windows color (decimal): -13265066 or 5674805. OLE color: 5674805.

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

Color convert

RGB 53 151 86 -
CMYK 0.65 0 0.43 0.41
HSL 140.2º 0.48% 0.4% -
HSV(B) 140.2º 0.65% 0.59% -
XYZ 14.21 23.56 12.6 -
YUV 114.29 112.03 84.29 -
System Red Green Blue C M Y K H S L
Decimal 53 151 86 0.65 0 0.43 0.41 140.2 0.48 0.4
Hex 35 97 56 41 0 2B 29 8C 30 28
Octal 65 227 126 101 0 53 51 214 60 50
Binary 110101 10010111 1010110 1000001 0 101011 101001 10001100 110000 101000

Color Harmonies of #359756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359756

Black with #359756

Text Example


Text Example

White with #359756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359756; }

 p { color: rgb(53,151,86); }

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

background-color css

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

 a { background-color: rgb(53,151,86); }

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

border-color css

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

 span { border-color: rgb(53,151,86); }

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