Html Css Color HEX #35966E Eucalyptus

📋 copy color: '#35966E'

red 53 ◦ green 150 ◦ blue 110

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

Shades of Eucalyptus #35966E

Tints of Eucalyptus #35966E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 16.93%
G = 47.92%
B = 35.14%

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

#35966E (or 0x35966E) is known color: Eucalyptus. HEX triplet: 35, 96 and 6E. RGB value is (53,150,110). Sum of RGB (Red+Green+Blue) = 53+150+110=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #35966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35966E is #CA6991. Grayscale: #747474. Windows color (decimal): -13265298 or 7247413. OLE color: 7247413.

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

Color convert

RGB 53 150 110 -
CMYK 0.65 0 0.27 0.41
HSL 155.26º 0.48% 0.4% -
HSV(B) 155.26º 0.65% 0.59% -
XYZ 15.19 23.7 18.52 -
YUV 116.44 124.36 82.75 -
System Red Green Blue C M Y K H S L
Decimal 53 150 110 0.65 0 0.27 0.41 155.26 0.48 0.4
Hex 35 96 6E 41 0 1B 29 9B 30 28
Octal 65 226 156 101 0 33 51 233 60 50
Binary 110101 10010110 1101110 1000001 0 11011 101001 10011011 110000 101000

Color Harmonies of #35966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35966E

Black with #35966E

Text Example


Text Example

White with #35966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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