#3C601B

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

Shades of Dell #3C601B

Tints of Dell #3C601B

Color information

#3C601B (or 0x3C601B) is unknown color: approx Dell. HEX triplet: 3C, 60 and 1B. RGB value is (60,96,27). Sum of RGB (Red+Green+Blue) = 60+96+27=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #3C601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C601B is #C39FE4. Grayscale: #4D4D4D. Windows color (decimal): -12820453 or 1794108. OLE color: 1794108.

HSL color Cylindrical-coordinate representation of color #3C601B: hue angle of 91.3º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C601B is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB609627-
CMYK0.3800.720.62
HSL91.3º56.1%24.12%-
HSV(B)91.3º71.88%37.65%-
XYZ6.249.412.52-
YUV77.3799.57115.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=32.79%
G=52.46%
B=14.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096270.3800.720.6291.356.124.12
Hex3C601B260483E5b3818
Octal7414033460110761337030
Binary11110011000001101110011001001000111110101101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,27); }

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

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

 a { background-color: rgb(60,96,27); }

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

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

 span { border-color: rgb(60,96,27); }

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