Html Css Color HEX #35956F Eucalyptus

📋 copy color: '#35956F'

red 53 ◦ green 149 ◦ blue 111

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

Shades of Eucalyptus #35956F

Tints of Eucalyptus #35956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

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

R = 16.93%
G = 47.6%
B = 35.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#35956F (or 0x35956F) is known color: Eucalyptus. HEX triplet: 35, 95 and 6F. RGB value is (53,149,111). Sum of RGB (Red+Green+Blue) = 53+149+111=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #35956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35956F is #CA6A90. Grayscale: #747474. Windows color (decimal): -13265553 or 7312693. OLE color: 7312693.

HSL color Cylindrical-coordinate representation of color #35956F: hue angle of 156.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35956F is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 111 -
CMYK 0.64 0 0.26 0.42
HSL 156.25º 0.48% 0.4% -
HSV(B) 156.25º 0.64% 0.58% -
XYZ 15.08 23.4 18.76 -
YUV 115.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 53 149 111 0.64 0 0.26 0.42 156.25 0.48 0.4
Hex 35 95 6F 40 0 1A 2A 9C 30 28
Octal 65 225 157 100 0 32 52 234 60 50
Binary 110101 10010101 1101111 1000000 0 11010 101010 10011100 110000 101000

Color Harmonies of #35956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35956F

Black with #35956F

Text Example


Text Example

White with #35956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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