Html Css Color HEX #35915D Eucalyptus

📋 copy color: '#35915D'

red 53 ◦ green 145 ◦ blue 93

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

Shades of Eucalyptus #35915D

Tints of Eucalyptus #35915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

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

R = 18.21%
G = 49.83%
B = 31.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#35915D (or 0x35915D) is known color: Eucalyptus. HEX triplet: 35, 91 and 5D. RGB value is (53,145,93). Sum of RGB (Red+Green+Blue) = 53+145+93=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #35915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35915D is #CA6EA2. Grayscale: #6F6F6F. Windows color (decimal): -13266595 or 6132021. OLE color: 6132021.

HSL color Cylindrical-coordinate representation of color #35915D: hue angle of 146.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35915D is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 93 -
CMYK 0.63 0 0.36 0.43
HSL 146.09º 0.46% 0.39% -
HSV(B) 146.09º 0.63% 0.57% -
XYZ 13.57 21.8 13.85 -
YUV 111.56 117.52 86.23 -
System Red Green Blue C M Y K H S L
Decimal 53 145 93 0.63 0 0.36 0.43 146.09 0.46 0.39
Hex 35 91 5D 3F 0 24 2B 92 2E 27
Octal 65 221 135 77 0 44 53 222 56 47
Binary 110101 10010001 1011101 111111 0 100100 101011 10010010 101110 100111

Color Harmonies of #35915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35915D

Black with #35915D

Text Example


Text Example

White with #35915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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