Html Css Color HEX #35A25D Eucalyptus

📋 copy color: '#35A25D'

red 53 ◦ green 162 ◦ blue 93

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

Shades of Eucalyptus #35A25D

Tints of Eucalyptus #35A25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.6%

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

R = 17.21%
G = 52.6%
B = 30.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#35A25D (or 0x35A25D) is known color: Eucalyptus. HEX triplet: 35, A2 and 5D. RGB value is (53,162,93). Sum of RGB (Red+Green+Blue) = 53+162+93=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #35A25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A25D is #CA5DA2. Grayscale: #797979. Windows color (decimal): -13262243 or 6136373. OLE color: 6136373.

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

Color convert

RGB 53 162 93 -
CMYK 0.67 0 0.43 0.36
HSL 142.02º 0.51% 0.42% -
HSV(B) 142.02º 0.67% 0.64% -
XYZ 16.36 27.39 14.78 -
YUV 121.54 111.89 79.11 -
System Red Green Blue C M Y K H S L
Decimal 53 162 93 0.67 0 0.43 0.36 142.02 0.51 0.42
Hex 35 A2 5D 43 0 2B 24 8E 33 2A
Octal 65 242 135 103 0 53 44 216 63 52
Binary 110101 10100010 1011101 1000011 0 101011 100100 10001110 110011 101010

Color Harmonies of #35A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A25D

Black with #35A25D

Text Example


Text Example

White with #35A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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