#336618

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

Shades of Green House #336618

Tints of Green House #336618

Color information

#336618 (or 0x336618) is unknown color: approx Green House. HEX triplet: 33, 66 and 18. RGB value is (51,102,24). Sum of RGB (Red+Green+Blue) = 51+102+24=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #336618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336618 is #CC99E7. Grayscale: #4E4E4E. Windows color (decimal): -13408744 or 1599027. OLE color: 1599027.

HSL color Cylindrical-coordinate representation of color #336618: hue angle of 99.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #336618 is Cyan = 0.5, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB5110224-
CMYK0.500.760.6
HSL99.23º61.9%24.71%-
HSV(B)99.23º76.47%40%-
XYZ6.2810.272.52-
YUV77.8697.6108.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 102 (40.23% from 255) = 57.63%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=28.81%
G=57.63%
B=13.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51102240.500.760.699.2361.924.71
Hex3366183204C3C633e19
Octal6314630620114741437631
Binary11001111001101100011001001001100111100110001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336618; }

 p { color: rgb(51,102,24); }

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

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

 a { background-color: rgb(51,102,24); }

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

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

 span { border-color: rgb(51,102,24); }

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