#3D6019

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

Shades of Dell #3D6019

Tints of Dell #3D6019

Color information

#3D6019 (or 0x3D6019) is unknown color: approx Dell. HEX triplet: 3D, 60 and 19. RGB value is (61,96,25). Sum of RGB (Red+Green+Blue) = 61+96+25=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6019 is #C29FE6. Grayscale: #4D4D4D. Windows color (decimal): -12754919 or 1663037. OLE color: 1663037.

HSL color Cylindrical-coordinate representation of color #3D6019: hue angle of 89.58º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D6019 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB619625-
CMYK0.3600.740.62
HSL89.58º58.68%23.73%-
HSV(B)89.58º73.96%37.65%-
XYZ6.289.432.41-
YUV77.4498.4116.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.52%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=33.52%
G=52.75%
B=13.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196250.3600.740.6289.5858.6823.73
Hex3D60192404A3E5a3b18
Octal7514031440112761327330
Binary11110111000001100110010001001010111110101101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,25); }

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

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

 a { background-color: rgb(61,96,25); }

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

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

 span { border-color: rgb(61,96,25); }

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