#3A5A24

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

Shades of Dell #3A5A24

Tints of Dell #3A5A24

Color information

#3A5A24 (or 0x3A5A24) is unknown color: approx Dell. HEX triplet: 3A, 5A and 24. RGB value is (58,90,36). Sum of RGB (Red+Green+Blue) = 58+90+36=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A24 is #C5A5DB. Grayscale: #4A4A4A. Windows color (decimal): -12953052 or 2382394. OLE color: 2382394.

HSL color Cylindrical-coordinate representation of color #3A5A24: hue angle of 95.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A5A24 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB589036-
CMYK0.3600.600.65
HSL95.56º42.86%24.71%-
HSV(B)95.56º60%35.29%-
XYZ5.728.342.98-
YUV74.28106.4116.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 90 (35.55% from 255) = 48.91%
BLUE value IS 36 (14.45% from 255) = 19.57%
R=31.52%
G=48.91%
B=19.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5890360.3600.600.6595.5642.8624.71
Hex3A5A242403C41602b19
Octal7213244440741011405331
Binary111010101101010010010010001111001000001110000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,90,36); }

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

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

 a { background-color: rgb(58,90,36); }

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

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

 span { border-color: rgb(58,90,36); }

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