#3D6B28

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

Shades of Green House #3D6B28

Tints of Green House #3D6B28

Color information

#3D6B28 (or 0x3D6B28) is unknown color: approx Green House. HEX triplet: 3D, 6B and 28. RGB value is (61,107,40). Sum of RGB (Red+Green+Blue) = 61+107+40=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6B28 is #C294D7. Grayscale: #555555. Windows color (decimal): -12752088 or 2648893. OLE color: 2648893.

HSL color Cylindrical-coordinate representation of color #3D6B28: hue angle of 101.19º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D6B28 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB6110740-
CMYK0.4300.630.58
HSL101.19º45.58%28.82%-
HSV(B)101.19º62.62%41.96%-
XYZ7.5711.663.86-
YUV85.61102.26110.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=29.33%
G=51.44%
B=19.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61107400.4300.630.58101.1945.5828.82
Hex3D6B282B03F3A652e1d
Octal751535053077721455635
Binary11110111010111010001010110111111111010110010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D6B28; }

 p { color: rgb(61,107,40); }

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

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

 a { background-color: rgb(61,107,40); }

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

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

 span { border-color: rgb(61,107,40); }

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