#336225

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

Shades of Green House #336225

Tints of Green House #336225

Color information

#336225 (or 0x336225) is unknown color: approx Green House. HEX triplet: 33, 62 and 25. RGB value is (51,98,37). Sum of RGB (Red+Green+Blue) = 51+98+37=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #336225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336225 is #CC9DDA. Grayscale: #4D4D4D. Windows color (decimal): -13409755 or 2449971. OLE color: 2449971.

HSL color Cylindrical-coordinate representation of color #336225: hue angle of 106.23º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336225 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB519837-
CMYK0.4800.620.62
HSL106.23º45.19%26.47%-
HSV(B)106.23º62.24%38.43%-
XYZ6.079.573.28-
YUV76.99105.43109.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 37 (14.84% from 255) = 19.89%
R=27.42%
G=52.69%
B=19.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198370.4800.620.62106.2345.1926.47
Hex3362253003E3E6a2d1a
Octal631424560076761525532
Binary11001111000101001011100000111110111110110101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336225; }

 p { color: rgb(51,98,37); }

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

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

 a { background-color: rgb(51,98,37); }

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

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

 span { border-color: rgb(51,98,37); }

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