#437027

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

Shades of Dell #437027

Tints of Dell #437027

Color information

#437027 (or 0x437027) is unknown color: approx Dell. HEX triplet: 43, 70 and 27. RGB value is (67,112,39). Sum of RGB (Red+Green+Blue) = 67+112+39=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #437027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #437027 is #BC8FD8. Grayscale: #5A5A5A. Windows color (decimal): -12357593 or 2584643. OLE color: 2584643.

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

Color convert

RGB6711239-
CMYK0.4000.650.56
HSL96.99º48.34%29.61%-
HSV(B)96.99º65.18%43.92%-
XYZ8.4812.933.97-
YUV90.2299.09111.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=30.73%
G=51.38%
B=17.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67112390.4000.650.5696.9948.3429.61
Hex437027280413861301e
Octal10316047500101701416036
Binary1000011111000010011110100001000001111000110000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437027; }

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

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

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

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

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

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

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

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