Html Css Color HEX #35996D Eucalyptus

📋 copy color: '#35996D'

red 53 ◦ green 153 ◦ blue 109

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

Shades of Eucalyptus #35996D

Tints of Eucalyptus #35996D

RGB

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

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

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

R = 16.83%
G = 48.57%
B = 34.6%

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

#35996D (or 0x35996D) is known color: Eucalyptus. HEX triplet: 35, 99 and 6D. RGB value is (53,153,109). Sum of RGB (Red+Green+Blue) = 53+153+109=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #35996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35996D is #CA6692. Grayscale: #767676. Windows color (decimal): -13264531 or 7182645. OLE color: 7182645.

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

Color convert

RGB 53 153 109 -
CMYK 0.65 0 0.29 0.4
HSL 153.6º 0.49% 0.4% -
HSV(B) 153.6º 0.65% 0.6% -
XYZ 15.62 24.64 18.4 -
YUV 118.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 53 153 109 0.65 0 0.29 0.4 153.6 0.49 0.4
Hex 35 99 6D 41 0 1D 28 9A 31 28
Octal 65 231 155 101 0 35 50 232 61 50
Binary 110101 10011001 1101101 1000001 0 11101 101000 10011010 110001 101000

Color Harmonies of #35996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35996D

Black with #35996D

Text Example


Text Example

White with #35996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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