#437019

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

Shades of Dell #437019

Tints of Dell #437019

Color information

#437019 (or 0x437019) is unknown color: approx Dell. HEX triplet: 43, 70 and 19. RGB value is (67,112,25). Sum of RGB (Red+Green+Blue) = 67+112+25=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #437019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437019 is #BC8FE6. Grayscale: #585858. Windows color (decimal): -12357607 or 1667139. OLE color: 1667139.

HSL color Cylindrical-coordinate representation of color #437019: hue angle of 91.03º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #437019 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB6711225-
CMYK0.4000.780.56
HSL91.03º63.5%26.86%-
HSV(B)91.03º77.68%43.92%-
XYZ8.2812.852.96-
YUV88.6392.09112.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 112 (44.14% from 255) = 54.90%
BLUE value IS 25 (10.16% from 255) = 12.25%
R=32.84%
G=54.90%
B=12.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67112250.4000.780.5691.0363.526.86
Hex4370192804E385b401b
Octal103160315001167013310033
Binary1000011111000011001101000010011101110001011011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437019; }

 p { color: rgb(67,112,25); }

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

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

 a { background-color: rgb(67,112,25); }

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

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

 span { border-color: rgb(67,112,25); }

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