Html Css Color HEX #35935D Eucalyptus

📋 copy color: '#35935D'

red 53 ◦ green 147 ◦ blue 93

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

Shades of Eucalyptus #35935D

Tints of Eucalyptus #35935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.17%

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

R = 18.09%
G = 50.17%
B = 31.74%

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

#35935D (or 0x35935D) is known color: Eucalyptus. HEX triplet: 35, 93 and 5D. RGB value is (53,147,93). Sum of RGB (Red+Green+Blue) = 53+147+93=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #35935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35935D is #CA6CA2. Grayscale: #707070. Windows color (decimal): -13266083 or 6132533. OLE color: 6132533.

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

Color convert

RGB 53 147 93 -
CMYK 0.64 0 0.37 0.42
HSL 145.53º 0.47% 0.39% -
HSV(B) 145.53º 0.64% 0.58% -
XYZ 13.88 22.41 13.95 -
YUV 112.74 116.86 85.39 -
System Red Green Blue C M Y K H S L
Decimal 53 147 93 0.64 0 0.37 0.42 145.53 0.47 0.39
Hex 35 93 5D 40 0 25 2A 92 2F 27
Octal 65 223 135 100 0 45 52 222 57 47
Binary 110101 10010011 1011101 1000000 0 100101 101010 10010010 101111 100111

Color Harmonies of #35935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35935D

Black with #35935D

Text Example


Text Example

White with #35935D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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