#3D6F32

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

Shades of Green House #3D6F32

Tints of Green House #3D6F32

Color information

#3D6F32 (or 0x3D6F32) is unknown color: approx Green House. HEX triplet: 3D, 6F and 32. RGB value is (61,111,50). Sum of RGB (Red+Green+Blue) = 61+111+50=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #3D6F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6F32 is #C290CD. Grayscale: #595959. Windows color (decimal): -12751054 or 3305277. OLE color: 3305277.

HSL color Cylindrical-coordinate representation of color #3D6F32: hue angle of 109.18º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D6F32 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB6111150-
CMYK0.4500.550.56
HSL109.18º37.89%31.57%-
HSV(B)109.18º54.95%43.53%-
XYZ8.1812.595.02-
YUV89.1105.94107.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.48%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=27.48%
G=50%
B=22.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61111500.4500.550.56109.1837.8931.57
Hex3D6F322D037386d2620
Octal751576255067701554640
Binary111101110111111001010110101101111110001101101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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