Html Css Color HEX #35996C Eucalyptus

📋 copy color: '#35996C'

red 53 ◦ green 153 ◦ blue 108

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

Shades of Eucalyptus #35996C

Tints of Eucalyptus #35996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 16.88%
G = 48.73%
B = 34.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#35996C (or 0x35996C) is known color: Eucalyptus. HEX triplet: 35, 99 and 6C. RGB value is (53,153,108). Sum of RGB (Red+Green+Blue) = 53+153+108=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #35996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35996C is #CA6693. Grayscale: #767676. Windows color (decimal): -13264532 or 7117109. OLE color: 7117109.

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

Color convert

RGB 53 153 108 -
CMYK 0.65 0 0.29 0.4
HSL 153º 0.49% 0.4% -
HSV(B) 153º 0.65% 0.6% -
XYZ 15.57 24.62 18.12 -
YUV 117.97 122.37 81.66 -
System Red Green Blue C M Y K H S L
Decimal 53 153 108 0.65 0 0.29 0.4 153 0.49 0.4
Hex 35 99 6C 41 0 1D 28 99 31 28
Octal 65 231 154 101 0 35 50 231 61 50
Binary 110101 10011001 1101100 1000001 0 11101 101000 10011001 110001 101000

Color Harmonies of #35996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35996C

Black with #35996C

Text Example


Text Example

White with #35996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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