#3C6425

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

Shades of Dell #3C6425

Tints of Dell #3C6425

Color information

#3C6425 (or 0x3C6425) is unknown color: approx Dell. HEX triplet: 3C, 64 and 25. RGB value is (60,100,37). Sum of RGB (Red+Green+Blue) = 60+100+37=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6425 is #C39BDA. Grayscale: #515151. Windows color (decimal): -12819419 or 2450492. OLE color: 2450492.

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

Color convert

RGB6010037-
CMYK0.400.630.61
HSL98.1º45.99%26.86%-
HSV(B)98.1º63%39.22%-
XYZ6.7510.213.36-
YUV80.86103.25113.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 100 (39.45% from 255) = 50.76%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=30.46%
G=50.76%
B=18.78%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60100370.400.630.6198.145.9926.86
Hex3C64252803F3D622e1b
Octal741444550077751425633
Binary11110011001001001011010000111111111101110001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,100,37); }

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

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

 a { background-color: rgb(60,100,37); }

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

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

 span { border-color: rgb(60,100,37); }

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