#336A1F

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

Shades of Green House #336A1F

Tints of Green House #336A1F

Color information

#336A1F (or 0x336A1F) is unknown color: approx Green House. HEX triplet: 33, 6A and 1F. RGB value is (51,106,31). Sum of RGB (Red+Green+Blue) = 51+106+31=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #336A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336A1F is #CC95E0. Grayscale: #515151. Windows color (decimal): -13407713 or 2058803. OLE color: 2058803.

HSL color Cylindrical-coordinate representation of color #336A1F: hue angle of 104º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336A1F is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB5110631-
CMYK0.5200.710.58
HSL104º54.74%26.86%-
HSV(B)104º70.75%41.57%-
XYZ6.7711.113.08-
YUV8199.78106.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 106 (41.80% from 255) = 56.38%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=27.13%
G=56.38%
B=16.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51106310.5200.710.5810454.7426.86
Hex336A1F340473A68371b
Octal6315237640107721506733
Binary11001111010101111111010001000111111010110100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336A1F; }

 p { color: rgb(51,106,31); }

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

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

 a { background-color: rgb(51,106,31); }

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

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

 span { border-color: rgb(51,106,31); }

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