#3A5830

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

Shades of Green House #3A5830

Tints of Green House #3A5830

Color information

#3A5830 (or 0x3A5830) is unknown color: approx Green House. HEX triplet: 3A, 58 and 30. RGB value is (58,88,48). Sum of RGB (Red+Green+Blue) = 58+88+48=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5830 is #C5A7CF. Grayscale: #4A4A4A. Windows color (decimal): -12953552 or 3168314. OLE color: 3168314.

HSL color Cylindrical-coordinate representation of color #3A5830: hue angle of 105º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A5830 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB588848-
CMYK0.3400.450.65
HSL105º29.41%26.67%-
HSV(B)105º45.45%34.51%-
XYZ5.778.094.05-
YUV74.47113.06116.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 88 (34.77% from 255) = 45.36%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=29.90%
G=45.36%
B=24.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888480.3400.450.6510529.4126.67
Hex3A58302202D41691d1b
Octal7213060420551011513533
Binary11101010110001100001000100101101100000111010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,88,48); }

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

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

 a { background-color: rgb(58,88,48); }

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

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

 span { border-color: rgb(58,88,48); }

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