#36BF50

Color #36BF50 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #36BF50

Tints of Chateau Green #36BF50

Color information

#36BF50 (or 0x36BF50) is unknown color: approx Chateau Green. HEX triplet: 36, BF and 50. RGB value is (54,191,80). Sum of RGB (Red+Green+Blue) = 54+191+80=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #36BF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36BF50 is #C940AF. Grayscale: #898989. Windows color (decimal): -13189296 or 5291830. OLE color: 5291830.

HSL color Cylindrical-coordinate representation of color #36BF50: hue angle of 131.39º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BF50 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB5419180-
CMYK0.7200.580.25
HSL131.39º55.92%48.04%-
HSV(B)131.39º71.73%74.9%-
XYZ21.638.6313.91-
YUV137.3895.6168.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 191 (75% from 255) = 58.77%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=16.62%
G=58.77%
B=24.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54191800.7200.580.25131.3955.9248.04
Hex36BF504803A19833830
Octal66277120110072312037060
Binary110110101111111010000100100001110101100110000011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36BF50;
 }
 .AnyTagClassName
 {
   color: #36BF50;
 }
</style>
background-color css

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

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

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

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

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

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