#426F2C

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

Shades of Dell #426F2C

Tints of Dell #426F2C

Color information

#426F2C (or 0x426F2C) is unknown color: approx Dell. HEX triplet: 42, 6F and 2C. RGB value is (66,111,44). Sum of RGB (Red+Green+Blue) = 66+111+44=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #426F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426F2C is #BD90D3. Grayscale: #5A5A5A. Windows color (decimal): -12423380 or 2912066. OLE color: 2912066.

HSL color Cylindrical-coordinate representation of color #426F2C: hue angle of 100.3º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426F2C is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB6611144-
CMYK0.4100.600.56
HSL100.3º43.23%30.39%-
HSV(B)100.3º60.36%43.53%-
XYZ8.3912.714.39-
YUV89.91102.09110.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=29.86%
G=50.23%
B=19.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66111440.4100.600.56100.343.2330.39
Hex426F2C2903C38642b1e
Octal1021575451074701445336
Binary100001011011111011001010010111100111000110010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426F2C; }

 p { color: rgb(66,111,44); }

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

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

 a { background-color: rgb(66,111,44); }

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

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

 span { border-color: rgb(66,111,44); }

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