#437120

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

Shades of Dell #437120

Tints of Dell #437120

Color information

#437120 (or 0x437120) is unknown color: approx Dell. HEX triplet: 43, 71 and 20. RGB value is (67,113,32). Sum of RGB (Red+Green+Blue) = 67+113+32=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #437120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #437120 is #BC8EDF. Grayscale: #5A5A5A. Windows color (decimal): -12357344 or 2126147. OLE color: 2126147.

HSL color Cylindrical-coordinate representation of color #437120: hue angle of 94.07º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #437120 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB6711332-
CMYK0.4100.720.56
HSL94.07º55.86%28.43%-
HSV(B)94.07º71.68%44.31%-
XYZ8.4813.113.45-
YUV90.0195.26111.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 113 (44.53% from 255) = 53.30%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=31.60%
G=53.30%
B=15.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67113320.4100.720.5694.0755.8628.43
Hex43712029048385e381c
Octal10316140510110701367034
Binary1000011111000110000010100101001000111000101111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437120; }

 p { color: rgb(67,113,32); }

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

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

 a { background-color: rgb(67,113,32); }

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

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

 span { border-color: rgb(67,113,32); }

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