#3B6C2F

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

Shades of Green House #3B6C2F

Tints of Green House #3B6C2F

Color information

#3B6C2F (or 0x3B6C2F) is unknown color: approx Green House. HEX triplet: 3B, 6C and 2F. RGB value is (59,108,47). Sum of RGB (Red+Green+Blue) = 59+108+47=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #3B6C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6C2F is #C493D0. Grayscale: #565656. Windows color (decimal): -12882897 or 3107899. OLE color: 3107899.

HSL color Cylindrical-coordinate representation of color #3B6C2F: hue angle of 108.2º 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 #3B6C2F is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB5910847-
CMYK0.4500.560.58
HSL108.2º39.35%30.39%-
HSV(B)108.2º56.48%42.35%-
XYZ7.6811.864.57-
YUV86.4105.77108.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.57%
GREEN value IS 108 (42.58% from 255) = 50.47%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=27.57%
G=50.47%
B=21.96%

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
Decimal59108470.4500.560.58108.239.3530.39
Hex3B6C2F2D0383A6c271e
Octal731545755070721544736
Binary11101111011001011111011010111000111010110110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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