Html Css Color HEX #36BC50 Chateau Green

📋 copy color: '#36BC50'

red 54 ◦ green 188 ◦ blue 80

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

Shades of Chateau Green #36BC50

Tints of Chateau Green #36BC50

RGB

 RED value IS 54 (21.48% from 255) = 16.77%

 GREEN value IS 188 (73.83% from 255) = 58.39%

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

R = 16.77%
G = 58.39%
B = 24.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#36BC50 (or 0x36BC50) is known color: Chateau Green. HEX triplet: 36, BC and 50. RGB value is (54,188,80). Sum of RGB (Red+Green+Blue) = 54+188+80=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36BC50 is #C943AF. Grayscale: #878787. Windows color (decimal): -13190064 or 5291062. OLE color: 5291062.

HSL color Cylindrical-coordinate representation of color #36BC50: hue angle of 131.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BC50 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 188 80 -
CMYK 0.71 0 0.57 0.26
HSL 131.64º 0.55% 0.47% -
HSV(B) 131.64º 0.71% 0.74% -
XYZ 20.95 37.33 13.69 -
YUV 135.62 96.61 69.78 -
System Red Green Blue C M Y K H S L
Decimal 54 188 80 0.71 0 0.57 0.26 131.64 0.55 0.47
Hex 36 BC 50 47 0 39 1A 84 37 2F
Octal 66 274 120 107 0 71 32 204 67 57
Binary 110110 10111100 1010000 1000111 0 111001 11010 10000100 110111 101111

Color Harmonies of #36BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BC50

Black with #36BC50

Text Example


Text Example

White with #36BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36BC50; }

 p { color: rgb(54,188,80); }

 H1.HeaderClassName
 {
   color: #36BC50;
 }
 .AnyTagClassName
 {
   color: #36BC50;
 }
</style>

background-color css

<style>
 a { background-color: #36BC50; }

 a { background-color: rgb(54,188,80); }

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

border-color css

<style>
 span { border-color: #36BC50; }

 span { border-color: rgb(54,188,80); }

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