#3B5D2D

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

Shades of Green House #3B5D2D

Tints of Green House #3B5D2D

Color information

#3B5D2D (or 0x3B5D2D) is unknown color: approx Green House. HEX triplet: 3B, 5D and 2D. RGB value is (59,93,45). Sum of RGB (Red+Green+Blue) = 59+93+45=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5D2D is #C4A2D2. Grayscale: #4D4D4D. Windows color (decimal): -12886739 or 2972987. OLE color: 2972987.

HSL color Cylindrical-coordinate representation of color #3B5D2D: hue angle of 102.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B5D2D is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB599345-
CMYK0.3700.520.64
HSL102.5º34.78%27.06%-
HSV(B)102.5º51.61%36.47%-
XYZ6.198.953.88-
YUV77.36109.74114.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=29.95%
G=47.21%
B=22.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5993450.3700.520.64102.534.7827.06
Hex3B5D2D250344066231b
Octal7313555450641001464333
Binary111011101110110110110010101101001000000110011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,93,45); }

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

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

 a { background-color: rgb(59,93,45); }

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

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

 span { border-color: rgb(59,93,45); }

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