Html Css Color HEX #35AD5D Chateau Green

📋 copy color: '#35AD5D'

red 53 ◦ green 173 ◦ blue 93

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

Shades of Chateau Green #35AD5D

Tints of Chateau Green #35AD5D

RGB

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

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

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

R = 16.61%
G = 54.23%
B = 29.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#35AD5D (or 0x35AD5D) is known color: Chateau Green. HEX triplet: 35, AD and 5D. RGB value is (53,173,93). Sum of RGB (Red+Green+Blue) = 53+173+93=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD5D is #CA52A2. Grayscale: #808080. Windows color (decimal): -13259427 or 6139189. OLE color: 6139189.

HSL color Cylindrical-coordinate representation of color #35AD5D: hue angle of 140º 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 #35AD5D is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 173 93 -
CMYK 0.69 0 0.46 0.32
HSL 140º 0.53% 0.44% -
HSV(B) 140º 0.69% 0.68% -
XYZ 18.39 31.43 15.45 -
YUV 128 108.24 74.5 -
System Red Green Blue C M Y K H S L
Decimal 53 173 93 0.69 0 0.46 0.32 140 0.53 0.44
Hex 35 AD 5D 45 0 2E 20 8C 35 2C
Octal 65 255 135 105 0 56 40 214 65 54
Binary 110101 10101101 1011101 1000101 0 101110 100000 10001100 110101 101100

Color Harmonies of #35AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AD5D

Black with #35AD5D

Text Example


Text Example

White with #35AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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