#3A5F2C

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

Shades of Green House #3A5F2C

Tints of Green House #3A5F2C

Color information

#3A5F2C (or 0x3A5F2C) is unknown color: approx Green House. HEX triplet: 3A, 5F and 2C. RGB value is (58,95,44). Sum of RGB (Red+Green+Blue) = 58+95+44=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F2C is #C5A0D3. Grayscale: #4E4E4E. Windows color (decimal): -12951764 or 2907962. OLE color: 2907962.

HSL color Cylindrical-coordinate representation of color #3A5F2C: hue angle of 103.53º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A5F2C is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB589544-
CMYK0.3900.540.63
HSL103.53º36.69%27.25%-
HSV(B)103.53º53.68%37.25%-
XYZ6.299.273.84-
YUV78.12108.74113.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=29.44%
G=48.22%
B=22.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5895440.3900.540.63103.5336.6927.25
Hex3A5F2C270363F68251b
Octal721375447066771504533
Binary11101010111111011001001110110110111111110100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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