#396C30

Color #396C30 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #396C30

Tints of Green House #396C30

Color information

#396C30 (or 0x396C30) is unknown color: approx Green House. HEX triplet: 39, 6C and 30. RGB value is (57,108,48). Sum of RGB (Red+Green+Blue) = 57+108+48=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #396C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C30 is #C693CF. Grayscale: #565656. Windows color (decimal): -13013968 or 3173433. OLE color: 3173433.

HSL color Cylindrical-coordinate representation of color #396C30: hue angle of 111º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396C30 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB5710848-
CMYK0.4700.560.58
HSL111º38.46%30.59%-
HSV(B)111º55.56%42.35%-
XYZ7.5811.814.68-
YUV85.91106.6107.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 108 (42.58% from 255) = 50.70%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=26.76%
G=50.70%
B=22.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57108480.4700.560.5811138.4630.59
Hex396C302F0383A6f261f
Octal711546057070721574637
Binary11100111011001100001011110111000111010110111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396C30; }

 p { color: rgb(57,108,48); }

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

<style>
 a { background-color: #396C30; }

 a { background-color: rgb(57,108,48); }

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

<style>
 span { border-color: #396C30; }

 span { border-color: rgb(57,108,48); }

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