Html Css Color HEX #35966D Eucalyptus

📋 copy color: '#35966D'

red 53 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #35966D

Tints of Eucalyptus #35966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.08%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 16.99%
G = 48.08%
B = 34.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#35966D (or 0x35966D) is known color: Eucalyptus. HEX triplet: 35, 96 and 6D. RGB value is (53,150,109). Sum of RGB (Red+Green+Blue) = 53+150+109=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #35966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35966D is #CA6992. Grayscale: #747474. Windows color (decimal): -13265299 or 7181877. OLE color: 7181877.

HSL color Cylindrical-coordinate representation of color #35966D: hue angle of 154.64º 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 #35966D is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 150 109 -
CMYK 0.65 0 0.27 0.41
HSL 154.64º 0.48% 0.4% -
HSV(B) 154.64º 0.65% 0.59% -
XYZ 15.13 23.67 18.24 -
YUV 116.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 53 150 109 0.65 0 0.27 0.41 154.64 0.48 0.4
Hex 35 96 6D 41 0 1B 29 9B 30 28
Octal 65 226 155 101 0 33 51 233 60 50
Binary 110101 10010110 1101101 1000001 0 11011 101001 10011011 110000 101000

Color Harmonies of #35966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35966D

Black with #35966D

Text Example


Text Example

White with #35966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35966D; }

 p { color: rgb(53,150,109); }

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

background-color css

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

 a { background-color: rgb(53,150,109); }

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

border-color css

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

 span { border-color: rgb(53,150,109); }

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