Html Css Color HEX #35945D Eucalyptus

📋 copy color: '#35945D'

red 53 ◦ green 148 ◦ blue 93

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

Shades of Eucalyptus #35945D

Tints of Eucalyptus #35945D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 18.03%
G = 50.34%
B = 31.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#35945D (or 0x35945D) is known color: Eucalyptus. HEX triplet: 35, 94 and 5D. RGB value is (53,148,93). Sum of RGB (Red+Green+Blue) = 53+148+93=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #35945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35945D is #CA6BA2. Grayscale: #717171. Windows color (decimal): -13265827 or 6132789. OLE color: 6132789.

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

Color convert

RGB 53 148 93 -
CMYK 0.64 0 0.37 0.42
HSL 145.26º 0.47% 0.39% -
HSV(B) 145.26º 0.64% 0.58% -
XYZ 14.03 22.73 14 -
YUV 113.33 116.53 84.97 -
System Red Green Blue C M Y K H S L
Decimal 53 148 93 0.64 0 0.37 0.42 145.26 0.47 0.39
Hex 35 94 5D 40 0 25 2A 91 2F 27
Octal 65 224 135 100 0 45 52 221 57 47
Binary 110101 10010100 1011101 1000000 0 100101 101010 10010001 101111 100111

Color Harmonies of #35945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35945D

Black with #35945D

Text Example


Text Example

White with #35945D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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