#416125

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

Shades of Dell #416125

Tints of Dell #416125

Color information

#416125 (or 0x416125) is unknown color: approx Dell. HEX triplet: 41, 61 and 25. RGB value is (65,97,37). Sum of RGB (Red+Green+Blue) = 65+97+37=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #416125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416125 is #BE9EDA. Grayscale: #505050. Windows color (decimal): -12492507 or 2449729. OLE color: 2449729.

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

Color convert

RGB659737-
CMYK0.3300.620.62
HSL92º44.78%26.27%-
HSV(B)92º61.86%38.04%-
XYZ6.799.813.29-
YUV80.59103.4116.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 97 (38.28% from 255) = 48.74%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=32.66%
G=48.74%
B=18.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597370.3300.620.629244.7826.27
Hex4161252103E3E5c2d1a
Octal1011414541076761345532
Binary100000111000011001011000010111110111110101110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416125; }

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

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

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

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

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

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

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

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