Html Css Color HEX #35986F Eucalyptus

📋 copy color: '#35986F'

red 53 ◦ green 152 ◦ blue 111

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

Shades of Eucalyptus #35986F

Tints of Eucalyptus #35986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 16.77%
G = 48.1%
B = 35.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#35986F (or 0x35986F) is known color: Eucalyptus. HEX triplet: 35, 98 and 6F. RGB value is (53,152,111). Sum of RGB (Red+Green+Blue) = 53+152+111=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #35986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35986F is #CA6790. Grayscale: #757575. Windows color (decimal): -13264785 or 7313461. OLE color: 7313461.

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

Color convert

RGB 53 152 111 -
CMYK 0.65 0 0.27 0.40
HSL 155.15º 0.48% 0.4% -
HSV(B) 155.15º 0.65% 0.6% -
XYZ 15.57 24.36 18.92 -
YUV 117.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 53 152 111 0.65 0 0.27 0.40 155.15 0.48 0.4
Hex 35 98 6F 41 0 1B 28 9B 30 28
Octal 65 230 157 101 0 33 50 233 60 50
Binary 110101 10011000 1101111 1000001 0 11011 101000 10011011 110000 101000

Color Harmonies of #35986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35986F

Black with #35986F

Text Example


Text Example

White with #35986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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