#3C651C

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

Shades of Dell #3C651C

Tints of Dell #3C651C

Color information

#3C651C (or 0x3C651C) is unknown color: approx Dell. HEX triplet: 3C, 65 and 1C. RGB value is (60,101,28). Sum of RGB (Red+Green+Blue) = 60+101+28=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #3C651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C651C is #C39AE3. Grayscale: #505050. Windows color (decimal): -12819172 or 1860924. OLE color: 1860924.

HSL color Cylindrical-coordinate representation of color #3C651C: hue angle of 93.7º 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 #3C651C is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB6010128-
CMYK0.4100.720.60
HSL93.7º56.59%25.29%-
HSV(B)93.7º72.28%39.61%-
XYZ6.7310.352.74-
YUV80.4298.42113.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 101 (39.84% from 255) = 53.44%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=31.75%
G=53.44%
B=14.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60101280.4100.720.6093.756.5925.29
Hex3C651C290483C5e3919
Octal7414534510110741367131
Binary11110011001011110010100101001000111100101111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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