#3B672D

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

Shades of Green House #3B672D

Tints of Green House #3B672D

Color information

#3B672D (or 0x3B672D) is unknown color: approx Green House. HEX triplet: 3B, 67 and 2D. RGB value is (59,103,45). Sum of RGB (Red+Green+Blue) = 59+103+45=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #3B672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B672D is #C498D2. Grayscale: #535353. Windows color (decimal): -12884179 or 2975547. OLE color: 2975547.

HSL color Cylindrical-coordinate representation of color #3B672D: hue angle of 105.52º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B672D is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB5910345-
CMYK0.4300.560.60
HSL105.52º39.19%29.02%-
HSV(B)105.52º56.31%40.39%-
XYZ7.1310.824.2-
YUV83.23106.42110.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 103 (40.62% from 255) = 49.76%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=28.50%
G=49.76%
B=21.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59103450.4300.560.60105.5239.1929.02
Hex3B672D2B0383C6a271d
Octal731475553070741524735
Binary11101111001111011011010110111000111100110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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