Html Css Color HEX #35975D Eucalyptus

📋 copy color: '#35975D'

red 53 ◦ green 151 ◦ blue 93

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

Shades of Eucalyptus #35975D

Tints of Eucalyptus #35975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

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

R = 17.85%
G = 50.84%
B = 31.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#35975D (or 0x35975D) is known color: Eucalyptus. HEX triplet: 35, 97 and 5D. RGB value is (53,151,93). Sum of RGB (Red+Green+Blue) = 53+151+93=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #35975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35975D is #CA68A2. Grayscale: #737373. Windows color (decimal): -13265059 or 6133557. OLE color: 6133557.

HSL color Cylindrical-coordinate representation of color #35975D: hue angle of 144.49º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35975D is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 93 -
CMYK 0.65 0 0.38 0.41
HSL 144.49º 0.48% 0.4% -
HSV(B) 144.49º 0.65% 0.59% -
XYZ 14.51 23.68 14.16 -
YUV 115.09 115.53 83.72 -
System Red Green Blue C M Y K H S L
Decimal 53 151 93 0.65 0 0.38 0.41 144.49 0.48 0.4
Hex 35 97 5D 41 0 26 29 90 30 28
Octal 65 227 135 101 0 46 51 220 60 50
Binary 110101 10010111 1011101 1000001 0 100110 101001 10010000 110000 101000

Color Harmonies of #35975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35975D

Black with #35975D

Text Example


Text Example

White with #35975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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