Html Css Color HEX #35BA50 Chateau Green

📋 copy color: '#35BA50'

red 53 ◦ green 186 ◦ blue 80

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

Shades of Chateau Green #35BA50

Tints of Chateau Green #35BA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 16.61%
G = 58.31%
B = 25.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#35BA50 (or 0x35BA50) is known color: Chateau Green. HEX triplet: 35, BA and 50. RGB value is (53,186,80). Sum of RGB (Red+Green+Blue) = 53+186+80=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA50 is #CA45AF. Grayscale: #868686. Windows color (decimal): -13256112 or 5290549. OLE color: 5290549.

HSL color Cylindrical-coordinate representation of color #35BA50: hue angle of 132.18º 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 #35BA50 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 80 -
CMYK 0.72 0 0.57 0.27
HSL 132.18º 0.56% 0.47% -
HSV(B) 132.18º 0.72% 0.73% -
XYZ 20.48 36.45 13.55 -
YUV 134.15 97.44 70.12 -
System Red Green Blue C M Y K H S L
Decimal 53 186 80 0.72 0 0.57 0.27 132.18 0.56 0.47
Hex 35 BA 50 48 0 39 1B 84 38 2F
Octal 65 272 120 110 0 71 33 204 70 57
Binary 110101 10111010 1010000 1001000 0 111001 11011 10000100 111000 101111

Color Harmonies of #35BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA50

Black with #35BA50

Text Example


Text Example

White with #35BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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