#3A5434

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

Shades of Green House #3A5434

Tints of Green House #3A5434

Color information

#3A5434 (or 0x3A5434) is unknown color: approx Green House. HEX triplet: 3A, 54 and 34. RGB value is (58,84,52). Sum of RGB (Red+Green+Blue) = 58+84+52=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5434 is #C5ABCB. Grayscale: #484848. Windows color (decimal): -12954572 or 3429434. OLE color: 3429434.

HSL color Cylindrical-coordinate representation of color #3A5434: hue angle of 108.75º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5434 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB588452-
CMYK0.3100.380.67
HSL108.75º23.53%26.67%-
HSV(B)108.75º38.1%32.94%-
XYZ5.547.494.4-
YUV72.58116.39117.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=29.90%
G=43.30%
B=26.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884520.3100.380.67108.7523.5326.67
Hex3A54341F026436d181b
Octal7212464370461031553033
Binary1110101010100110100111110100110100001111011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,52); }

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

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

 a { background-color: rgb(58,84,52); }

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

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

 span { border-color: rgb(58,84,52); }

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