#426022

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

Shades of Dell #426022

Tints of Dell #426022

Color information

#426022 (or 0x426022) is unknown color: approx Dell. HEX triplet: 42, 60 and 22. RGB value is (66,96,34). Sum of RGB (Red+Green+Blue) = 66+96+34=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #426022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426022 is #BD9FDD. Grayscale: #505050. Windows color (decimal): -12427230 or 2252866. OLE color: 2252866.

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

Color convert

RGB669634-
CMYK0.3100.650.62
HSL89.03º47.69%25.49%-
HSV(B)89.03º64.58%37.65%-
XYZ6.729.643.02-
YUV79.96102.06118.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 34 (13.67% from 255) = 17.35%
R=33.67%
G=48.98%
B=17.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696340.3100.650.6289.0347.6925.49
Hex4260221F0413E593019
Octal10214042370101761316031
Binary100001011000001000101111101000001111110101100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426022; }

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

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

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

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

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

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

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

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