#3B5834

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

Shades of Green House #3B5834

Tints of Green House #3B5834

Color information

#3B5834 (or 0x3B5834) is unknown color: approx Green House. HEX triplet: 3B, 58 and 34. RGB value is (59,88,52). Sum of RGB (Red+Green+Blue) = 59+88+52=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5834 is #C4A7CB. Grayscale: #4B4B4B. Windows color (decimal): -12888012 or 3430459. OLE color: 3430459.

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

Color convert

RGB598852-
CMYK0.3300.410.65
HSL108.33º25.71%27.45%-
HSV(B)108.33º40.91%34.51%-
XYZ5.918.164.51-
YUV75.22114.89116.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=29.65%
G=44.22%
B=26.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5988520.3300.410.65108.3325.7127.45
Hex3B583421029416c1a1b
Octal7313064410511011543233
Binary11101110110001101001000010101001100000111011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,52); }

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

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

 a { background-color: rgb(59,88,52); }

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

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

 span { border-color: rgb(59,88,52); }

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