#426B2D

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

Shades of Dell #426B2D

Tints of Dell #426B2D

Color information

#426B2D (or 0x426B2D) is unknown color: approx Dell. HEX triplet: 42, 6B and 2D. RGB value is (66,107,45). Sum of RGB (Red+Green+Blue) = 66+107+45=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #426B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426B2D is #BD94D2. Grayscale: #575757. Windows color (decimal): -12424403 or 2976578. OLE color: 2976578.

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

Color convert

RGB6610745-
CMYK0.3800.580.58
HSL99.68º40.79%29.8%-
HSV(B)99.68º57.94%41.96%-
XYZ7.9811.864.35-
YUV87.67103.92112.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 107 (42.19% from 255) = 49.08%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=30.28%
G=49.08%
B=20.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107450.3800.580.5899.6840.7929.8
Hex426B2D2603A3A64291e
Octal1021535546072721445136
Binary100001011010111011011001100111010111010110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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