#3A692B

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

Shades of Green House #3A692B

Tints of Green House #3A692B

Color information

#3A692B (or 0x3A692B) is unknown color: approx Green House. HEX triplet: 3A, 69 and 2B. RGB value is (58,105,43). Sum of RGB (Red+Green+Blue) = 58+105+43=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #3A692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A692B is #C596D4. Grayscale: #545454. Windows color (decimal): -12949205 or 2844986. OLE color: 2844986.

HSL color Cylindrical-coordinate representation of color #3A692B: hue angle of 105.48º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A692B is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB5810543-
CMYK0.4500.590.59
HSL105.48º41.89%29.02%-
HSV(B)105.48º59.05%41.18%-
XYZ7.2311.184.06-
YUV83.88104.93109.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=28.16%
G=50.97%
B=20.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105430.4500.590.59105.4841.8929.02
Hex3A692B2D03B3B692a1d
Octal721515355073731515235
Binary11101011010011010111011010111011111011110100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,43); }

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

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

 a { background-color: rgb(58,105,43); }

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

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

 span { border-color: rgb(58,105,43); }

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