#426B1F

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

Shades of Dell #426B1F

Tints of Dell #426B1F

Color information

#426B1F (or 0x426B1F) is unknown color: approx Dell. HEX triplet: 42, 6B and 1F. RGB value is (66,107,31). Sum of RGB (Red+Green+Blue) = 66+107+31=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #426B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426B1F is #BD94E0. Grayscale: #565656. Windows color (decimal): -12424417 or 2059074. OLE color: 2059074.

HSL color Cylindrical-coordinate representation of color #426B1F: hue angle of 92.37º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #426B1F is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB6610731-
CMYK0.3800.710.58
HSL92.37º55.07%27.06%-
HSV(B)92.37º71.03%41.96%-
XYZ7.7511.773.16-
YUV86.0896.92113.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 107 (42.19% from 255) = 52.45%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=32.35%
G=52.45%
B=15.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107310.3800.710.5892.3755.0727.06
Hex426B1F260473A5c371b
Octal10215337460107721346733
Binary100001011010111111110011001000111111010101110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,107,31); }

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

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

 a { background-color: rgb(66,107,31); }

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

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

 span { border-color: rgb(66,107,31); }

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