#36B450

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

Shades of Chateau Green #36B450

Tints of Chateau Green #36B450

Color information

#36B450 (or 0x36B450) is unknown color: approx Chateau Green. HEX triplet: 36, B4 and 50. RGB value is (54,180,80). Sum of RGB (Red+Green+Blue) = 54+180+80=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #36B450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36B450 is #C94BAF. Grayscale: #838383. Windows color (decimal): -13192112 or 5289014. OLE color: 5289014.

HSL color Cylindrical-coordinate representation of color #36B450: hue angle of 132.38º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B450 is Cyan = 0.7, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB5418080-
CMYK0.700.560.29
HSL132.38º53.85%45.88%-
HSV(B)132.38º70%70.59%-
XYZ19.2934.0113.14-
YUV130.9399.2673.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 180 (70.70% from 255) = 57.32%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=17.20%
G=57.32%
B=25.48%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54180800.700.560.29132.3853.8545.88
Hex36B450460381D84362e
Octal66264120106070352046656
Binary110110101101001010000100011001110001110110000100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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