#36B05C

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

Shades of Chateau Green #36B05C

Tints of Chateau Green #36B05C

Color information

#36B05C (or 0x36B05C) is unknown color: approx Chateau Green. HEX triplet: 36, B0 and 5C. RGB value is (54,176,92). Sum of RGB (Red+Green+Blue) = 54+176+92=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #36B05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36B05C is #C94FA3. Grayscale: #828282. Windows color (decimal): -13193124 or 6074422. OLE color: 6074422.

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

Color convert

RGB5417692-
CMYK0.6900.480.31
HSL138.69º53.04%45.1%-
HSV(B)138.69º69.32%69.02%-
XYZ18.9832.6115.42-
YUV129.95106.5873.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 176 (69.14% from 255) = 54.66%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=16.77%
G=54.66%
B=28.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54176920.6900.480.31138.6953.0445.1
Hex36B05C450301F8b352d
Octal66260134105060372136555
Binary110110101100001011100100010101100001111110001011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,176,92); }

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

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

 a { background-color: rgb(54,176,92); }

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

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

 span { border-color: rgb(54,176,92); }

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