Html Css Color HEX #35946C Eucalyptus

📋 copy color: '#35946C'

red 53 ◦ green 148 ◦ blue 108

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

Shades of Eucalyptus #35946C

Tints of Eucalyptus #35946C

RGB

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

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

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

R = 17.15%
G = 47.9%
B = 34.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#35946C (or 0x35946C) is known color: Eucalyptus. HEX triplet: 35, 94 and 6C. RGB value is (53,148,108). Sum of RGB (Red+Green+Blue) = 53+148+108=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #35946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35946C is #CA6B93. Grayscale: #737373. Windows color (decimal): -13265812 or 7115829. OLE color: 7115829.

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

Color convert

RGB 53 148 108 -
CMYK 0.64 0 0.27 0.42
HSL 154.74º 0.47% 0.39% -
HSV(B) 154.74º 0.64% 0.58% -
XYZ 14.76 23.02 17.85 -
YUV 115.04 124.03 83.75 -
System Red Green Blue C M Y K H S L
Decimal 53 148 108 0.64 0 0.27 0.42 154.74 0.47 0.39
Hex 35 94 6C 40 0 1B 2A 9B 2F 27
Octal 65 224 154 100 0 33 52 233 57 47
Binary 110101 10010100 1101100 1000000 0 11011 101010 10011011 101111 100111

Color Harmonies of #35946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35946C

Black with #35946C

Text Example


Text Example

White with #35946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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