#426025

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

Shades of Dell #426025

Tints of Dell #426025

Color information

#426025 (or 0x426025) is unknown color: approx Dell. HEX triplet: 42, 60 and 25. RGB value is (66,96,37). Sum of RGB (Red+Green+Blue) = 66+96+37=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #426025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426025 is #BD9FDA. Grayscale: #505050. Windows color (decimal): -12427227 or 2449474. OLE color: 2449474.

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

Color convert

RGB669637-
CMYK0.3100.610.62
HSL90.51º44.36%26.08%-
HSV(B)90.51º61.46%37.65%-
XYZ6.769.663.26-
YUV80.3103.56117.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=33.17%
G=48.24%
B=18.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696370.3100.610.6290.5144.3626.08
Hex4260251F03D3E5b2c1a
Octal1021404537075761335432
Binary10000101100000100101111110111101111110101101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426025; }

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

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

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

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

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

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

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

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