#3B5B38

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

Shades of Green House #3B5B38

Tints of Green House #3B5B38

Color information

#3B5B38 (or 0x3B5B38) is unknown color: approx Green House. HEX triplet: 3B, 5B and 38. RGB value is (59,91,56). Sum of RGB (Red+Green+Blue) = 59+91+56=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #3B5B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5B38 is #C4A4C7. Grayscale: #4D4D4D. Windows color (decimal): -12887240 or 3693371. OLE color: 3693371.

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

Color convert

RGB599156-
CMYK0.3500.380.64
HSL114.86º23.81%28.82%-
HSV(B)114.86º38.46%35.69%-
XYZ6.268.75.09-
YUV77.44115.9114.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=28.64%
G=44.17%
B=27.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5991560.3500.380.64114.8623.8128.82
Hex3B5B38230264073181d
Octal7313370430461001633035
Binary11101110110111110001000110100110100000011100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,91,56); }

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

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

 a { background-color: rgb(59,91,56); }

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

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

 span { border-color: rgb(59,91,56); }

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