#426132

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

Shades of Dell #426132

Tints of Dell #426132

Color information

#426132 (or 0x426132) is unknown color: approx Dell. HEX triplet: 42, 61 and 32. RGB value is (66,97,50). Sum of RGB (Red+Green+Blue) = 66+97+50=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #426132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426132 is #BD9ECD. Grayscale: #525252. Windows color (decimal): -12426958 or 3301698. OLE color: 3301698.

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

Color convert

RGB669750-
CMYK0.3200.480.62
HSL99.57º31.97%28.82%-
HSV(B)99.57º48.45%38.04%-
XYZ7.19.944.56-
YUV82.37109.73116.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=30.99%
G=45.54%
B=23.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697500.3200.480.6299.5731.9728.82
Hex426132200303E64201d
Octal1021416240060761444035
Binary100001011000011100101000000110000111110110010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426132; }

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

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

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

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

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

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

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

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