#3D5A38

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

Shades of Green House #3D5A38

Tints of Green House #3D5A38

Color information

#3D5A38 (or 0x3D5A38) is unknown color: approx Green House. HEX triplet: 3D, 5A and 38. RGB value is (61,90,56). Sum of RGB (Red+Green+Blue) = 61+90+56=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A38 is #C2A5C7. Grayscale: #4D4D4D. Windows color (decimal): -12756424 or 3693117. OLE color: 3693117.

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

Color convert

RGB619056-
CMYK0.3200.380.65
HSL111.18º23.29%28.63%-
HSV(B)111.18º37.78%35.29%-
XYZ6.298.595.07-
YUV77.45115.89116.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=29.47%
G=43.48%
B=27.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6190560.3200.380.65111.1823.2928.63
Hex3D5A3820026416f171d
Octal7513270400461011572735
Binary11110110110101110001000000100110100000111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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