Html Css Color HEX #35A45D Eucalyptus

📋 copy color: '#35A45D'

red 53 ◦ green 164 ◦ blue 93

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

Shades of Eucalyptus #35A45D

Tints of Eucalyptus #35A45D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.9%

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

R = 17.1%
G = 52.9%
B = 30%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#35A45D (or 0x35A45D) is known color: Eucalyptus. HEX triplet: 35, A4 and 5D. RGB value is (53,164,93). Sum of RGB (Red+Green+Blue) = 53+164+93=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #35A45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A45D is #CA5BA2. Grayscale: #7A7A7A. Windows color (decimal): -13261731 or 6136885. OLE color: 6136885.

HSL color Cylindrical-coordinate representation of color #35A45D: hue angle of 141.62º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A45D is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 164 93 -
CMYK 0.68 0 0.43 0.36
HSL 141.62º 0.51% 0.43% -
HSV(B) 141.62º 0.68% 0.64% -
XYZ 16.72 28.1 14.9 -
YUV 122.72 111.23 78.27 -
System Red Green Blue C M Y K H S L
Decimal 53 164 93 0.68 0 0.43 0.36 141.62 0.51 0.43
Hex 35 A4 5D 44 0 2B 24 8E 33 2B
Octal 65 244 135 104 0 53 44 216 63 53
Binary 110101 10100100 1011101 1000100 0 101011 100100 10001110 110011 101011

Color Harmonies of #35A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A45D

Black with #35A45D

Text Example


Text Example

White with #35A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A45D; }

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

 H1.HeaderClassName
 {
   color: #35A45D;
 }
 .AnyTagClassName
 {
   color: #35A45D;
 }
</style>

background-color css

<style>
 a { background-color: #35A45D; }

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

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

border-color css

<style>
 span { border-color: #35A45D; }

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

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