Html Css Color HEX #35946E Eucalyptus

📋 copy color: '#35946E'

red 53 ◦ green 148 ◦ blue 110

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

Shades of Eucalyptus #35946E

Tints of Eucalyptus #35946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 17.04%
G = 47.59%
B = 35.37%

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

#35946E (or 0x35946E) is known color: Eucalyptus. HEX triplet: 35, 94 and 6E. RGB value is (53,148,110). Sum of RGB (Red+Green+Blue) = 53+148+110=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #35946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35946E is #CA6B91. Grayscale: #737373. Windows color (decimal): -13265810 or 7246901. OLE color: 7246901.

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

Color convert

RGB 53 148 110 -
CMYK 0.64 0 0.26 0.42
HSL 156º 0.47% 0.39% -
HSV(B) 156º 0.64% 0.58% -
XYZ 14.87 23.06 18.42 -
YUV 115.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 53 148 110 0.64 0 0.26 0.42 156 0.47 0.39
Hex 35 94 6E 40 0 1A 2A 9C 2F 27
Octal 65 224 156 100 0 32 52 234 57 47
Binary 110101 10010100 1101110 1000000 0 11010 101010 10011100 101111 100111

Color Harmonies of #35946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35946E

Black with #35946E

Text Example


Text Example

White with #35946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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