#3C681B

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

Shades of Dell #3C681B

Tints of Dell #3C681B

Color information

#3C681B (or 0x3C681B) is unknown color: approx Dell. HEX triplet: 3C, 68 and 1B. RGB value is (60,104,27). Sum of RGB (Red+Green+Blue) = 60+104+27=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #3C681B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C681B is #C397E4. Grayscale: #525252. Windows color (decimal): -12818405 or 1796156. OLE color: 1796156.

HSL color Cylindrical-coordinate representation of color #3C681B: hue angle of 94.29º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C681B is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB6010427-
CMYK0.4200.740.59
HSL94.29º58.78%25.69%-
HSV(B)94.29º74.04%40.78%-
XYZ7.0110.942.78-
YUV82.0796.92112.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=31.41%
G=54.45%
B=14.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60104270.4200.740.5994.2958.7825.69
Hex3C681B2A04A3B5e3b1a
Octal7415033520112731367332
Binary11110011010001101110101001001010111011101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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