#426024

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

Shades of Dell #426024

Tints of Dell #426024

Color information

#426024 (or 0x426024) is unknown color: approx Dell. HEX triplet: 42, 60 and 24. RGB value is (66,96,36). Sum of RGB (Red+Green+Blue) = 66+96+36=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #426024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426024 is #BD9FDB. Grayscale: #505050. Windows color (decimal): -12427228 or 2383938. OLE color: 2383938.

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

Color convert

RGB669636-
CMYK0.3100.620.62
HSL90º45.45%25.88%-
HSV(B)90º62.5%37.65%-
XYZ6.759.653.18-
YUV80.19103.06117.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=33.33%
G=48.48%
B=18.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696360.3100.620.629045.4525.88
Hex4260241F03E3E5a2d1a
Octal1021404437076761325532
Binary10000101100000100100111110111110111110101101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426024; }

 p { color: rgb(66,96,36); }

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

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

 a { background-color: rgb(66,96,36); }

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

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

 span { border-color: rgb(66,96,36); }

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