#3A6933

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

Shades of Green House #3A6933

Tints of Green House #3A6933

Color information

#3A6933 (or 0x3A6933) is unknown color: approx Green House. HEX triplet: 3A, 69 and 33. RGB value is (58,105,51). Sum of RGB (Red+Green+Blue) = 58+105+51=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6933 is #C596CC. Grayscale: #545454. Windows color (decimal): -12949197 or 3369274. OLE color: 3369274.

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

Color convert

RGB5810551-
CMYK0.4500.510.59
HSL112.22º34.62%30.59%-
HSV(B)112.22º51.43%41.18%-
XYZ7.3911.244.91-
YUV84.79108.93108.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=27.10%
G=49.07%
B=23.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105510.4500.510.59112.2234.6230.59
Hex3A69332D0333B70231f
Octal721516355063731604337
Binary11101011010011100111011010110011111011111000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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