#3D652C

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

Shades of Green House #3D652C

Tints of Green House #3D652C

Color information

#3D652C (or 0x3D652C) is unknown color: approx Green House. HEX triplet: 3D, 65 and 2C. RGB value is (61,101,44). Sum of RGB (Red+Green+Blue) = 61+101+44=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #3D652C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D652C is #C29AD3. Grayscale: #525252. Windows color (decimal): -12753620 or 2909501. OLE color: 2909501.

HSL color Cylindrical-coordinate representation of color #3D652C: hue angle of 102.11º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D652C is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB6110144-
CMYK0.4000.560.60
HSL102.11º39.31%28.43%-
HSV(B)102.11º56.44%39.61%-
XYZ7.0310.484.04-
YUV82.54106.25112.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 101 (39.84% from 255) = 49.03%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=29.61%
G=49.03%
B=21.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101440.4000.560.60102.1139.3128.43
Hex3D652C280383C66271c
Octal751455450070741464734
Binary11110111001011011001010000111000111100110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,101,44); }

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

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

 a { background-color: rgb(61,101,44); }

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

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

 span { border-color: rgb(61,101,44); }

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