#3D6232

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

Shades of Green House #3D6232

Tints of Green House #3D6232

Color information

#3D6232 (or 0x3D6232) is unknown color: approx Green House. HEX triplet: 3D, 62 and 32. RGB value is (61,98,50). Sum of RGB (Red+Green+Blue) = 61+98+50=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6232 is #C29DCD. Grayscale: #515151. Windows color (decimal): -12754382 or 3301949. OLE color: 3301949.

HSL color Cylindrical-coordinate representation of color #3D6232: hue angle of 106.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D6232 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB619850-
CMYK0.3800.490.62
HSL106.25º32.43%29.02%-
HSV(B)106.25º48.98%38.43%-
XYZ6.879.964.58-
YUV81.46110.24113.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=29.19%
G=46.89%
B=23.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6198500.3800.490.62106.2532.4329.02
Hex3D6232260313E6a201d
Octal751426246061761524035
Binary11110111000101100101001100110001111110110101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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