#36B14A

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

Shades of Chateau Green #36B14A

Tints of Chateau Green #36B14A

Color information

#36B14A (or 0x36B14A) is unknown color: approx Chateau Green. HEX triplet: 36, B1 and 4A. RGB value is (54,177,74). Sum of RGB (Red+Green+Blue) = 54+177+74=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #36B14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B14A is #C94EB5. Grayscale: #808080. Windows color (decimal): -13192886 or 4895030. OLE color: 4895030.

HSL color Cylindrical-coordinate representation of color #36B14A: hue angle of 129.76º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36B14A is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB5417774-
CMYK0.6900.580.31
HSL129.76º53.25%45.29%-
HSV(B)129.76º69.49%69.41%-
XYZ18.4832.7211.82-
YUV128.4897.2574.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 177 (69.53% from 255) = 58.03%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=17.70%
G=58.03%
B=24.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54177740.6900.580.31129.7653.2545.29
Hex36B14A4503A1F82352d
Octal66261112105072372026555
Binary110110101100011001010100010101110101111110000010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,177,74); }

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

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

 a { background-color: rgb(54,177,74); }

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

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

 span { border-color: rgb(54,177,74); }

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