Html Css Color HEX #35BA59 Chateau Green

📋 copy color: '#35BA59'

red 53 ◦ green 186 ◦ blue 89

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

Shades of Chateau Green #35BA59

Tints of Chateau Green #35BA59

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.71%

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 16.16%
G = 56.71%
B = 27.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#35BA59 (or 0x35BA59) is known color: Chateau Green. HEX triplet: 35, BA and 59. RGB value is (53,186,89). Sum of RGB (Red+Green+Blue) = 53+186+89=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA59 is #CA45A6. Grayscale: #878787. Windows color (decimal): -13256103 or 5880373. OLE color: 5880373.

HSL color Cylindrical-coordinate representation of color #35BA59: hue angle of 136.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA59 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 89 -
CMYK 0.72 0 0.52 0.27
HSL 136.24º 0.56% 0.47% -
HSV(B) 136.24º 0.72% 0.73% -
XYZ 20.83 36.6 15.42 -
YUV 135.18 101.94 69.39 -
System Red Green Blue C M Y K H S L
Decimal 53 186 89 0.72 0 0.52 0.27 136.24 0.56 0.47
Hex 35 BA 59 48 0 34 1B 88 38 2F
Octal 65 272 131 110 0 64 33 210 70 57
Binary 110101 10111010 1011001 1001000 0 110100 11011 10001000 111000 101111

Color Harmonies of #35BA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA59

Black with #35BA59

Text Example


Text Example

White with #35BA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,186,89); }

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

background-color css

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

 a { background-color: rgb(53,186,89); }

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

border-color css

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

 span { border-color: rgb(53,186,89); }

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