#3D6C3A

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

Shades of Green House #3D6C3A

Tints of Green House #3D6C3A

Color information

#3D6C3A (or 0x3D6C3A) is unknown color: approx Green House. HEX triplet: 3D, 6C and 3A. RGB value is (61,108,58). Sum of RGB (Red+Green+Blue) = 61+108+58=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6C3A is #C293C5. Grayscale: #585858. Windows color (decimal): -12751814 or 3828797. OLE color: 3828797.

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

Color convert

RGB6110858-
CMYK0.4400.460.58
HSL116.4º30.12%32.55%-
HSV(B)116.4º46.3%42.35%-
XYZ8.0512.025.9-
YUV88.25110.93108.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.87%
GREEN value IS 108 (42.58% from 255) = 47.58%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=26.87%
G=47.58%
B=25.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61108580.4400.460.58116.430.1232.55
Hex3D6C3A2C02E3A741e21
Octal751547254056721643641
Binary11110111011001110101011000101110111010111010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,108,58); }

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

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

 a { background-color: rgb(61,108,58); }

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

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

 span { border-color: rgb(61,108,58); }

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