#3A6234

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

Shades of Green House #3A6234

Tints of Green House #3A6234

Color information

#3A6234 (or 0x3A6234) is unknown color: approx Green House. HEX triplet: 3A, 62 and 34. RGB value is (58,98,52). Sum of RGB (Red+Green+Blue) = 58+98+52=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6234 is #C59DCB. Grayscale: #505050. Windows color (decimal): -12950988 or 3433018. OLE color: 3433018.

HSL color Cylindrical-coordinate representation of color #3A6234: hue angle of 112.17º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6234 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB589852-
CMYK0.4100.470.62
HSL112.17º30.67%29.41%-
HSV(B)112.17º46.94%38.43%-
XYZ6.739.884.8-
YUV80.8111.75111.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 52 (20.70% from 255) = 25%
R=27.88%
G=47.12%
B=25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5898520.4100.470.62112.1730.6729.41
Hex3A62342902F3E701f1d
Octal721426451057761603735
Binary1110101100010110100101001010111111111011100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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