#3B692A

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

Shades of Green House #3B692A

Tints of Green House #3B692A

Color information

#3B692A (or 0x3B692A) is unknown color: approx Green House. HEX triplet: 3B, 69 and 2A. RGB value is (59,105,42). Sum of RGB (Red+Green+Blue) = 59+105+42=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #3B692A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B692A is #C496D5. Grayscale: #545454. Windows color (decimal): -12883670 or 2779451. OLE color: 2779451.

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

Color convert

RGB5910542-
CMYK0.4400.60.59
HSL103.81º42.86%28.82%-
HSV(B)103.81º60%41.18%-
XYZ7.2711.23.97-
YUV84.06104.26110.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=28.64%
G=50.97%
B=20.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59105420.4400.60.59103.8142.8628.82
Hex3B692A2C03C3B682b1d
Octal731515254074731505335
Binary11101111010011010101011000111100111011110100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,105,42); }

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

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

 a { background-color: rgb(59,105,42); }

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

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

 span { border-color: rgb(59,105,42); }

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