#3C611F

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

Shades of Dell #3C611F

Tints of Dell #3C611F

Color information

#3C611F (or 0x3C611F) is unknown color: approx Dell. HEX triplet: 3C, 61 and 1F. RGB value is (60,97,31). Sum of RGB (Red+Green+Blue) = 60+97+31=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #3C611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C611F is #C39EE0. Grayscale: #4E4E4E. Windows color (decimal): -12820193 or 2056508. OLE color: 2056508.

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

Color convert

RGB609731-
CMYK0.3800.680.62
HSL93.64º51.56%25.1%-
HSV(B)93.64º68.04%38.04%-
XYZ6.399.612.81-
YUV78.41101.24114.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.91%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=31.91%
G=51.60%
B=16.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097310.3800.680.6293.6451.5625.1
Hex3C611F260443E5e3419
Octal7414137460104761366431
Binary11110011000011111110011001000100111110101111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,97,31); }

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

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

 a { background-color: rgb(60,97,31); }

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

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

 span { border-color: rgb(60,97,31); }

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