#416025

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

Shades of Dell #416025

Tints of Dell #416025

Color information

#416025 (or 0x416025) is unknown color: approx Dell. HEX triplet: 41, 60 and 25. RGB value is (65,96,37). Sum of RGB (Red+Green+Blue) = 65+96+37=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #416025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416025 is #BE9FDA. Grayscale: #505050. Windows color (decimal): -12492763 or 2449473. OLE color: 2449473.

HSL color Cylindrical-coordinate representation of color #416025: hue angle of 91.53º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #416025 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB659637-
CMYK0.3200.610.62
HSL91.53º44.36%26.08%-
HSV(B)91.53º61.46%37.65%-
XYZ6.79.623.25-
YUV80103.73117.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=32.83%
G=48.48%
B=18.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596370.3200.610.6291.5344.3626.08
Hex4160252003D3E5c2c1a
Octal1011404540075761345432
Binary100000111000001001011000000111101111110101110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416025; }

 p { color: rgb(65,96,37); }

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

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

 a { background-color: rgb(65,96,37); }

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

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

 span { border-color: rgb(65,96,37); }

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