#3D6432

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

Shades of Green House #3D6432

Tints of Green House #3D6432

Color information

#3D6432 (or 0x3D6432) is unknown color: approx Green House. HEX triplet: 3D, 64 and 32. RGB value is (61,100,50). Sum of RGB (Red+Green+Blue) = 61+100+50=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #3D6432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6432 is #C29BCD. Grayscale: #525252. Windows color (decimal): -12753870 or 3302461. OLE color: 3302461.

HSL color Cylindrical-coordinate representation of color #3D6432: hue angle of 106.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D6432 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB6110050-
CMYK0.3900.500.61
HSL106.8º33.33%29.41%-
HSV(B)106.8º50%39.22%-
XYZ7.0610.344.64-
YUV82.64109.58112.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=28.91%
G=47.39%
B=23.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal61100500.3900.500.61106.833.3329.41
Hex3D6432270323D6b211d
Octal751446247062751534135
Binary11110111001001100101001110110010111101110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,50); }

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

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

 a { background-color: rgb(61,100,50); }

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

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

 span { border-color: rgb(61,100,50); }

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