Html Css Color HEX #35986C Eucalyptus

📋 copy color: '#35986C'

red 53 ◦ green 152 ◦ blue 108

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

Shades of Eucalyptus #35986C

Tints of Eucalyptus #35986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.56%

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

R = 16.93%
G = 48.56%
B = 34.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#35986C (or 0x35986C) is known color: Eucalyptus. HEX triplet: 35, 98 and 6C. RGB value is (53,152,108). Sum of RGB (Red+Green+Blue) = 53+152+108=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #35986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35986C is #CA6793. Grayscale: #757575. Windows color (decimal): -13264788 or 7116853. OLE color: 7116853.

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

Color convert

RGB 53 152 108 -
CMYK 0.65 0 0.29 0.40
HSL 153.33º 0.48% 0.4% -
HSV(B) 153.33º 0.65% 0.6% -
XYZ 15.4 24.3 18.07 -
YUV 117.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 53 152 108 0.65 0 0.29 0.40 153.33 0.48 0.4
Hex 35 98 6C 41 0 1D 28 99 30 28
Octal 65 230 154 101 0 35 50 231 60 50
Binary 110101 10011000 1101100 1000001 0 11101 101000 10011001 110000 101000

Color Harmonies of #35986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35986C

Black with #35986C

Text Example


Text Example

White with #35986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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