#437025

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

Shades of Dell #437025

Tints of Dell #437025

Color information

#437025 (or 0x437025) is unknown color: approx Dell. HEX triplet: 43, 70 and 25. RGB value is (67,112,37). Sum of RGB (Red+Green+Blue) = 67+112+37=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #437025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #437025 is #BC8FDA. Grayscale: #5A5A5A. Windows color (decimal): -12357595 or 2453571. OLE color: 2453571.

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

Color convert

RGB6711237-
CMYK0.4000.670.56
HSL96º50.34%29.22%-
HSV(B)96º66.96%43.92%-
XYZ8.4412.923.8-
YUV9098.09111.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 112 (44.14% from 255) = 51.85%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=31.02%
G=51.85%
B=17.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67112370.4000.670.569650.3429.22
Hex437025280433860321d
Octal10316045500103701406235
Binary1000011111000010010110100001000011111000110000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437025; }

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

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

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

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

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

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

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

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