Html Css Color HEX #35AD5A Chateau Green

📋 copy color: '#35AD5A'

red 53 ◦ green 173 ◦ blue 90

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

Shades of Chateau Green #35AD5A

Tints of Chateau Green #35AD5A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.75%

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 16.77%
G = 54.75%
B = 28.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#35AD5A (or 0x35AD5A) is known color: Chateau Green. HEX triplet: 35, AD and 5A. RGB value is (53,173,90). Sum of RGB (Red+Green+Blue) = 53+173+90=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD5A is #CA52A5. Grayscale: #7F7F7F. Windows color (decimal): -13259430 or 5942581. OLE color: 5942581.

HSL color Cylindrical-coordinate representation of color #35AD5A: hue angle of 138.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD5A is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 173 90 -
CMYK 0.69 0 0.48 0.32
HSL 138.5º 0.53% 0.44% -
HSV(B) 138.5º 0.69% 0.68% -
XYZ 18.26 31.38 14.77 -
YUV 127.66 106.74 74.75 -
System Red Green Blue C M Y K H S L
Decimal 53 173 90 0.69 0 0.48 0.32 138.5 0.53 0.44
Hex 35 AD 5A 45 0 30 20 8A 35 2C
Octal 65 255 132 105 0 60 40 212 65 54
Binary 110101 10101101 1011010 1000101 0 110000 100000 10001010 110101 101100

Color Harmonies of #35AD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AD5A

Black with #35AD5A

Text Example


Text Example

White with #35AD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,173,90); }

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

background-color css

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

 a { background-color: rgb(53,173,90); }

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

border-color css

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

 span { border-color: rgb(53,173,90); }

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