#3C6224

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

Shades of Dell #3C6224

Tints of Dell #3C6224

Color information

#3C6224 (or 0x3C6224) is unknown color: approx Dell. HEX triplet: 3C, 62 and 24. RGB value is (60,98,36). Sum of RGB (Red+Green+Blue) = 60+98+36=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6224 is #C39DDB. Grayscale: #4F4F4F. Windows color (decimal): -12819932 or 2384444. OLE color: 2384444.

HSL color Cylindrical-coordinate representation of color #3C6224: hue angle of 96.77º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C6224 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB609836-
CMYK0.3900.630.62
HSL96.77º46.27%26.27%-
HSV(B)96.77º63.27%38.43%-
XYZ6.559.823.22-
YUV79.57103.41114.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.93%
GREEN value IS 98 (38.67% from 255) = 50.52%
BLUE value IS 36 (14.45% from 255) = 18.56%
R=30.93%
G=50.52%
B=18.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6098360.3900.630.6296.7746.2726.27
Hex3C62242703F3E612e1a
Octal741424447077761415632
Binary11110011000101001001001110111111111110110000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,98,36); }

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

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

 a { background-color: rgb(60,98,36); }

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

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

 span { border-color: rgb(60,98,36); }

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