#36B14B

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

Shades of Chateau Green #36B14B

Tints of Chateau Green #36B14B

Color information

#36B14B (or 0x36B14B) is unknown color: approx Chateau Green. HEX triplet: 36, B1 and 4B. RGB value is (54,177,75). Sum of RGB (Red+Green+Blue) = 54+177+75=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #36B14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B14B is #C94EB4. Grayscale: #808080. Windows color (decimal): -13192885 or 4960566. OLE color: 4960566.

HSL color Cylindrical-coordinate representation of color #36B14B: hue angle of 130.24º 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 #36B14B is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB5417775-
CMYK0.6900.580.31
HSL130.24º53.25%45.29%-
HSV(B)130.24º69.49%69.41%-
XYZ18.5132.7412-
YUV128.697.7574.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 177 (69.53% from 255) = 57.84%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=17.65%
G=57.84%
B=24.51%

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
Decimal54177750.6900.580.31130.2453.2545.29
Hex36B14B4503A1F82352d
Octal66261113105072372026555
Binary110110101100011001011100010101110101111110000010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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