#396925

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

Shades of Green House #396925

Tints of Green House #396925

Color information

#396925 (or 0x396925) is unknown color: approx Green House. HEX triplet: 39, 69 and 25. RGB value is (57,105,37). Sum of RGB (Red+Green+Blue) = 57+105+37=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #396925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396925 is #C696DA. Grayscale: #535353. Windows color (decimal): -13014747 or 2451769. OLE color: 2451769.

HSL color Cylindrical-coordinate representation of color #396925: hue angle of 102.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #396925 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB5710537-
CMYK0.4600.650.59
HSL102.35º47.89%27.84%-
HSV(B)102.35º64.76%41.18%-
XYZ7.0711.113.52-
YUV82.9102.1109.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 105 (41.41% from 255) = 52.76%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=28.64%
G=52.76%
B=18.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105370.4600.650.59102.3547.8927.84
Hex3969252E0413B66301c
Octal7115145560101731466034
Binary111001110100110010110111001000001111011110011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396925; }

 p { color: rgb(57,105,37); }

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

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

 a { background-color: rgb(57,105,37); }

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

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

 span { border-color: rgb(57,105,37); }

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