#3D5338

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

Shades of Green House #3D5338

Tints of Green House #3D5338

Color information

#3D5338 (or 0x3D5338) is unknown color: approx Green House. HEX triplet: 3D, 53 and 38. RGB value is (61,83,56). Sum of RGB (Red+Green+Blue) = 61+83+56=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5338 is #C2ACC7. Grayscale: #494949. Windows color (decimal): -12758216 or 3691325. OLE color: 3691325.

HSL color Cylindrical-coordinate representation of color #3D5338: hue angle of 108.89º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D5338 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB618356-
CMYK0.2700.330.67
HSL108.89º19.42%27.25%-
HSV(B)108.89º32.53%32.55%-
XYZ5.737.464.88-
YUV73.34118.21119.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.5%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 56 (22.27% from 255) = 28%
R=30.5%
G=41.5%
B=28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183560.2700.330.67108.8919.4227.25
Hex3D53381B021436d131b
Octal7512370330411031552333
Binary1111011010011111000110110100001100001111011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,56); }

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

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

 a { background-color: rgb(61,83,56); }

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

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

 span { border-color: rgb(61,83,56); }

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