#396230

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

Shades of Green House #396230

Tints of Green House #396230

Color information

#396230 (or 0x396230) is unknown color: approx Green House. HEX triplet: 39, 62 and 30. RGB value is (57,98,48). Sum of RGB (Red+Green+Blue) = 57+98+48=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #396230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396230 is #C69DCF. Grayscale: #505050. Windows color (decimal): -13016528 or 3170873. OLE color: 3170873.

HSL color Cylindrical-coordinate representation of color #396230: hue angle of 109.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396230 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB579848-
CMYK0.4200.510.62
HSL109.2º34.25%28.63%-
HSV(B)109.2º51.02%38.43%-
XYZ6.599.824.34-
YUV80.04109.92111.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=28.08%
G=48.28%
B=23.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798480.4200.510.62109.234.2528.63
Hex3962302A0333E6d221d
Octal711426052063761554235
Binary11100111000101100001010100110011111110110110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396230; }

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

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

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

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

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

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

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

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