#3A5C2B

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

Shades of Green House #3A5C2B

Tints of Green House #3A5C2B

Color information

#3A5C2B (or 0x3A5C2B) is unknown color: approx Green House. HEX triplet: 3A, 5C and 2B. RGB value is (58,92,43). Sum of RGB (Red+Green+Blue) = 58+92+43=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5C2B is #C5A3D4. Grayscale: #4C4C4C. Windows color (decimal): -12952533 or 2841658. OLE color: 2841658.

HSL color Cylindrical-coordinate representation of color #3A5C2B: hue angle of 101.63º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A5C2B is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB589243-
CMYK0.3700.530.64
HSL101.63º36.3%26.47%-
HSV(B)101.63º53.26%36.08%-
XYZ6.018.733.65-
YUV76.25109.24114.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 92 (36.33% from 255) = 47.67%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=30.05%
G=47.67%
B=22.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5892430.3700.530.64101.6336.326.47
Hex3A5C2B250354066241a
Octal7213453450651001464432
Binary111010101110010101110010101101011000000110011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,92,43); }

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

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

 a { background-color: rgb(58,92,43); }

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

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

 span { border-color: rgb(58,92,43); }

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