#396734

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

Shades of Green House #396734

Tints of Green House #396734

Color information

#396734 (or 0x396734) is unknown color: approx Green House. HEX triplet: 39, 67 and 34. RGB value is (57,103,52). Sum of RGB (Red+Green+Blue) = 57+103+52=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #396734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396734 is #C698CB. Grayscale: #535353. Windows color (decimal): -13015244 or 3434297. OLE color: 3434297.

HSL color Cylindrical-coordinate representation of color #396734: hue angle of 114.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396734 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB5710352-
CMYK0.4500.500.60
HSL114.12º32.9%30.39%-
HSV(B)114.12º49.51%40.39%-
XYZ7.1610.824.96-
YUV83.43110.26109.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 103 (40.62% from 255) = 48.58%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=26.89%
G=48.58%
B=24.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103520.4500.500.60114.1232.930.39
Hex3967342D0323C72211e
Octal711476455062741624136
Binary11100111001111101001011010110010111100111001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396734; }

 p { color: rgb(57,103,52); }

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

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

 a { background-color: rgb(57,103,52); }

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

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

 span { border-color: rgb(57,103,52); }

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