Html Css Color HEX #35A35E Eucalyptus

📋 copy color: '#35A35E'

red 53 ◦ green 163 ◦ blue 94

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

Shades of Eucalyptus #35A35E

Tints of Eucalyptus #35A35E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.58%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 17.1%
G = 52.58%
B = 30.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#35A35E (or 0x35A35E) is known color: Eucalyptus. HEX triplet: 35, A3 and 5E. RGB value is (53,163,94). Sum of RGB (Red+Green+Blue) = 53+163+94=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #35A35E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A35E is #CA5CA1. Grayscale: #7A7A7A. Windows color (decimal): -13261986 or 6202165. OLE color: 6202165.

HSL color Cylindrical-coordinate representation of color #35A35E: hue angle of 142.36º 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 #35A35E is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 163 94 -
CMYK 0.67 0 0.42 0.36
HSL 142.36º 0.51% 0.42% -
HSV(B) 142.36º 0.67% 0.64% -
XYZ 16.59 27.76 15.07 -
YUV 122.24 112.06 78.61 -
System Red Green Blue C M Y K H S L
Decimal 53 163 94 0.67 0 0.42 0.36 142.36 0.51 0.42
Hex 35 A3 5E 43 0 2A 24 8E 33 2A
Octal 65 243 136 103 0 52 44 216 63 52
Binary 110101 10100011 1011110 1000011 0 101010 100100 10001110 110011 101010

Color Harmonies of #35A35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A35E

Black with #35A35E

Text Example


Text Example

White with #35A35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,163,94); }

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

background-color css

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

 a { background-color: rgb(53,163,94); }

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

border-color css

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

 span { border-color: rgb(53,163,94); }

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