#3A692C

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

Shades of Green House #3A692C

Tints of Green House #3A692C

Color information

#3A692C (or 0x3A692C) is unknown color: approx Green House. HEX triplet: 3A, 69 and 2C. RGB value is (58,105,44). Sum of RGB (Red+Green+Blue) = 58+105+44=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #3A692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A692C is #C596D3. Grayscale: #545454. Windows color (decimal): -12949204 or 2910522. OLE color: 2910522.

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

Color convert

RGB5810544-
CMYK0.4500.580.59
HSL106.23º40.94%29.22%-
HSV(B)106.23º58.1%41.18%-
XYZ7.2511.184.16-
YUV83.99105.43109.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.02%
GREEN value IS 105 (41.41% from 255) = 50.72%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=28.02%
G=50.72%
B=21.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105440.4500.580.59106.2340.9429.22
Hex3A692C2D03A3B6a291d
Octal721515455072731525135
Binary11101011010011011001011010111010111011110101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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