Html Css Color HEX #35946D Eucalyptus

📋 copy color: '#35946D'

red 53 ◦ green 148 ◦ blue 109

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

Shades of Eucalyptus #35946D

Tints of Eucalyptus #35946D

RGB

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

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

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

R = 17.1%
G = 47.74%
B = 35.16%

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

#35946D (or 0x35946D) is known color: Eucalyptus. HEX triplet: 35, 94 and 6D. RGB value is (53,148,109). Sum of RGB (Red+Green+Blue) = 53+148+109=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #35946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35946D is #CA6B92. Grayscale: #737373. Windows color (decimal): -13265811 or 7181365. OLE color: 7181365.

HSL color Cylindrical-coordinate representation of color #35946D: hue angle of 155.37º 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 #35946D is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 109 -
CMYK 0.64 0 0.26 0.42
HSL 155.37º 0.47% 0.39% -
HSV(B) 155.37º 0.64% 0.58% -
XYZ 14.82 23.04 18.13 -
YUV 115.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 53 148 109 0.64 0 0.26 0.42 155.37 0.47 0.39
Hex 35 94 6D 40 0 1A 2A 9B 2F 27
Octal 65 224 155 100 0 32 52 233 57 47
Binary 110101 10010100 1101101 1000000 0 11010 101010 10011011 101111 100111

Color Harmonies of #35946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35946D

Black with #35946D

Text Example


Text Example

White with #35946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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