#3D643A

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

Shades of Green House #3D643A

Tints of Green House #3D643A

Color information

#3D643A (or 0x3D643A) is unknown color: approx Green House. HEX triplet: 3D, 64 and 3A. RGB value is (61,100,58). Sum of RGB (Red+Green+Blue) = 61+100+58=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #3D643A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D643A is #C29BC5. Grayscale: #535353. Windows color (decimal): -12753862 or 3826749. OLE color: 3826749.

HSL color Cylindrical-coordinate representation of color #3D643A: hue angle of 115.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D643A is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB6110058-
CMYK0.3900.420.61
HSL115.71º26.58%30.98%-
HSV(B)115.71º42%39.22%-
XYZ7.2510.415.63-
YUV83.55113.58111.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.85%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=27.85%
G=45.66%
B=26.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal61100580.3900.420.61115.7126.5830.98
Hex3D643A2702A3D741b1f
Octal751447247052751643337
Binary1111011100100111010100111010101011110111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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