#3A651C

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

Shades of Dell #3A651C

Tints of Dell #3A651C

Color information

#3A651C (or 0x3A651C) is unknown color: approx Dell. HEX triplet: 3A, 65 and 1C. RGB value is (58,101,28). Sum of RGB (Red+Green+Blue) = 58+101+28=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #3A651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A651C is #C59AE3. Grayscale: #505050. Windows color (decimal): -12950244 or 1860922. OLE color: 1860922.

HSL color Cylindrical-coordinate representation of color #3A651C: hue angle of 95.34º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A651C is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB5810128-
CMYK0.4300.720.60
HSL95.34º56.59%25.29%-
HSV(B)95.34º72.28%39.61%-
XYZ6.6110.292.74-
YUV79.8298.75112.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 101 (39.84% from 255) = 54.01%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=31.02%
G=54.01%
B=14.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58101280.4300.720.6095.3456.5925.29
Hex3A651C2B0483C5f3919
Octal7214534530110741377131
Binary11101011001011110010101101001000111100101111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,101,28); }

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

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

 a { background-color: rgb(58,101,28); }

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

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

 span { border-color: rgb(58,101,28); }

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