#41612B

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

Shades of Dell #41612B

Tints of Dell #41612B

Color information

#41612B (or 0x41612B) is unknown color: approx Dell. HEX triplet: 41, 61 and 2B. RGB value is (65,97,43). Sum of RGB (Red+Green+Blue) = 65+97+43=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #41612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41612B is #BE9ED4. Grayscale: #515151. Windows color (decimal): -12492501 or 2842945. OLE color: 2842945.

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

Color convert

RGB659743-
CMYK0.3300.560.62
HSL95.56º38.57%27.45%-
HSV(B)95.56º55.67%38.04%-
XYZ6.899.853.82-
YUV81.28106.4116.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=31.71%
G=47.32%
B=20.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597430.3300.560.6295.5638.5727.45
Hex41612B210383E60271b
Octal1011415341070761404733
Binary100000111000011010111000010111000111110110000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41612B; }

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

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

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

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

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

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

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

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