Html Css Color HEX #35946F Eucalyptus

📋 copy color: '#35946F'

red 53 ◦ green 148 ◦ blue 111

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

Shades of Eucalyptus #35946F

Tints of Eucalyptus #35946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.44%

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

R = 16.99%
G = 47.44%
B = 35.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#35946F (or 0x35946F) is known color: Eucalyptus. HEX triplet: 35, 94 and 6F. RGB value is (53,148,111). Sum of RGB (Red+Green+Blue) = 53+148+111=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #35946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35946F is #CA6B90. Grayscale: #737373. Windows color (decimal): -13265809 or 7312437. OLE color: 7312437.

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

Color convert

RGB 53 148 111 -
CMYK 0.64 0 0.25 0.42
HSL 156.63º 0.47% 0.39% -
HSV(B) 156.63º 0.64% 0.58% -
XYZ 14.93 23.08 18.71 -
YUV 115.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 53 148 111 0.64 0 0.25 0.42 156.63 0.47 0.39
Hex 35 94 6F 40 0 19 2A 9D 2F 27
Octal 65 224 157 100 0 31 52 235 57 47
Binary 110101 10010100 1101111 1000000 0 11001 101010 10011101 101111 100111

Color Harmonies of #35946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35946F

Black with #35946F

Text Example


Text Example

White with #35946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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