Html Css Color HEX #35996E Eucalyptus

📋 copy color: '#35996E'

red 53 ◦ green 153 ◦ blue 110

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

Shades of Eucalyptus #35996E

Tints of Eucalyptus #35996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

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

R = 16.77%
G = 48.42%
B = 34.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#35996E (or 0x35996E) is known color: Eucalyptus. HEX triplet: 35, 99 and 6E. RGB value is (53,153,110). Sum of RGB (Red+Green+Blue) = 53+153+110=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #35996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35996E is #CA6691. Grayscale: #767676. Windows color (decimal): -13264530 or 7248181. OLE color: 7248181.

HSL color Cylindrical-coordinate representation of color #35996E: hue angle of 154.2º degrees, saturation: 0.49, 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 #35996E is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 110 -
CMYK 0.65 0 0.28 0.4
HSL 154.2º 0.49% 0.4% -
HSV(B) 154.2º 0.65% 0.6% -
XYZ 15.67 24.67 18.69 -
YUV 118.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 53 153 110 0.65 0 0.28 0.4 154.2 0.49 0.4
Hex 35 99 6E 41 0 1C 28 9A 31 28
Octal 65 231 156 101 0 34 50 232 61 50
Binary 110101 10011001 1101110 1000001 0 11100 101000 10011010 110001 101000

Color Harmonies of #35996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35996E

Black with #35996E

Text Example


Text Example

White with #35996E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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