#3D662A

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

Shades of Green House #3D662A

Tints of Green House #3D662A

Color information

#3D662A (or 0x3D662A) is unknown color: approx Green House. HEX triplet: 3D, 66 and 2A. RGB value is (61,102,42). Sum of RGB (Red+Green+Blue) = 61+102+42=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #3D662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D662A is #C299D5. Grayscale: #535353. Windows color (decimal): -12753366 or 2778685. OLE color: 2778685.

HSL color Cylindrical-coordinate representation of color #3D662A: hue angle of 101º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D662A is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB6110242-
CMYK0.4000.590.6
HSL101º41.67%28.24%-
HSV(B)101º58.82%40%-
XYZ7.0910.663.87-
YUV82.9104.92112.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.76%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=29.76%
G=49.76%
B=20.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102420.4000.590.610141.6728.24
Hex3D662A2803B3C652a1c
Octal751465250073741455234
Binary11110111001101010101010000111011111100110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,42); }

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

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

 a { background-color: rgb(61,102,42); }

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

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

 span { border-color: rgb(61,102,42); }

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