#3A692D

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

Shades of Green House #3A692D

Tints of Green House #3A692D

Color information

#3A692D (or 0x3A692D) is unknown color: approx Green House. HEX triplet: 3A, 69 and 2D. RGB value is (58,105,45). Sum of RGB (Red+Green+Blue) = 58+105+45=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #3A692D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A692D is #C596D2. Grayscale: #545454. Windows color (decimal): -12949203 or 2976058. OLE color: 2976058.

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

Color convert

RGB5810545-
CMYK0.4500.570.59
HSL107º40%29.41%-
HSV(B)107º57.14%41.18%-
XYZ7.2711.194.26-
YUV84.11105.93109.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=27.88%
G=50.48%
B=21.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105450.4500.570.591074029.41
Hex3A692D2D0393B6b281d
Octal721515555071731535035
Binary11101011010011011011011010111001111011110101110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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