#43701C

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

Shades of Dell #43701C

Tints of Dell #43701C

Color information

#43701C (or 0x43701C) is unknown color: approx Dell. HEX triplet: 43, 70 and 1C. RGB value is (67,112,28). Sum of RGB (Red+Green+Blue) = 67+112+28=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #43701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43701C is #BC8FE3. Grayscale: #595959. Windows color (decimal): -12357604 or 1863747. OLE color: 1863747.

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

Color convert

RGB6711228-
CMYK0.4000.750.56
HSL92.14º60%27.45%-
HSV(B)92.14º75%43.92%-
XYZ8.3212.873.14-
YUV88.9793.59112.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 112 (44.14% from 255) = 54.11%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=32.37%
G=54.11%
B=13.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67112280.4000.750.5692.146027.45
Hex43701C2804B385c3c1b
Octal10316034500113701347433
Binary100001111100001110010100001001011111000101110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43701C; }

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

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

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

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

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

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

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

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