#3B6B2F

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

Shades of Green House #3B6B2F

Tints of Green House #3B6B2F

Color information

#3B6B2F (or 0x3B6B2F) is unknown color: approx Green House. HEX triplet: 3B, 6B and 2F. RGB value is (59,107,47). Sum of RGB (Red+Green+Blue) = 59+107+47=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6B2F is #C494D0. Grayscale: #565656. Windows color (decimal): -12883153 or 3107643. OLE color: 3107643.

HSL color Cylindrical-coordinate representation of color #3B6B2F: hue angle of 108º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B6B2F is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB5910747-
CMYK0.4500.560.58
HSL108º38.96%30.2%-
HSV(B)108º56.07%41.96%-
XYZ7.5711.654.54-
YUV85.81106.1108.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.70%
GREEN value IS 107 (42.19% from 255) = 50.23%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=27.70%
G=50.23%
B=22.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59107470.4500.560.5810838.9630.2
Hex3B6B2F2D0383A6c271e
Octal731535755070721544736
Binary11101111010111011111011010111000111010110110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,107,47); }

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

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

 a { background-color: rgb(59,107,47); }

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

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

 span { border-color: rgb(59,107,47); }

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