#426127

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

Shades of Dell #426127

Tints of Dell #426127

Color information

#426127 (or 0x426127) is unknown color: approx Dell. HEX triplet: 42, 61 and 27. RGB value is (66,97,39). Sum of RGB (Red+Green+Blue) = 66+97+39=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #426127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426127 is #BD9ED8. Grayscale: #515151. Windows color (decimal): -12426969 or 2580802. OLE color: 2580802.

HSL color Cylindrical-coordinate representation of color #426127: hue angle of 92.07º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426127 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB669739-
CMYK0.3200.600.62
HSL92.07º42.65%26.67%-
HSV(B)92.07º59.79%38.04%-
XYZ6.899.853.46-
YUV81.12104.23117.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=32.67%
G=48.02%
B=19.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697390.3200.600.6292.0742.6526.67
Hex4261272003C3E5c2b1b
Octal1021414740074761345333
Binary100001011000011001111000000111100111110101110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426127; }

 p { color: rgb(66,97,39); }

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

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

 a { background-color: rgb(66,97,39); }

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

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

 span { border-color: rgb(66,97,39); }

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