Html Css Color HEX #35A358 Chateau Green

📋 copy color: '#35A358'

red 53 ◦ green 163 ◦ blue 88

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

Shades of Chateau Green #35A358

Tints of Chateau Green #35A358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.95%

R = 17.43%
G = 53.62%
B = 28.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#35A358 (or 0x35A358) is known color: Chateau Green. HEX triplet: 35, A3 and 58. RGB value is (53,163,88). Sum of RGB (Red+Green+Blue) = 53+163+88=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #35A358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A358 is #CA5CA7. Grayscale: #797979. Windows color (decimal): -13261992 or 5808949. OLE color: 5808949.

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

Color convert

RGB 53 163 88 -
CMYK 0.67 0 0.46 0.36
HSL 139.09º 0.51% 0.42% -
HSV(B) 139.09º 0.67% 0.64% -
XYZ 16.33 27.66 13.71 -
YUV 121.56 109.06 79.1 -
System Red Green Blue C M Y K H S L
Decimal 53 163 88 0.67 0 0.46 0.36 139.09 0.51 0.42
Hex 35 A3 58 43 0 2E 24 8B 33 2A
Octal 65 243 130 103 0 56 44 213 63 52
Binary 110101 10100011 1011000 1000011 0 101110 100100 10001011 110011 101010

Color Harmonies of #35A358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A358

Black with #35A358

Text Example


Text Example

White with #35A358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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