#426630

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

Shades of Dell #426630

Tints of Dell #426630

Color information

#426630 (or 0x426630) is unknown color: approx Dell. HEX triplet: 42, 66 and 30. RGB value is (66,102,48). Sum of RGB (Red+Green+Blue) = 66+102+48=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #426630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426630 is #BD99CF. Grayscale: #555555. Windows color (decimal): -12425680 or 3171906. OLE color: 3171906.

HSL color Cylindrical-coordinate representation of color #426630: hue angle of 100º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #426630 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB6610248-
CMYK0.3500.530.6
HSL100º36%29.41%-
HSV(B)100º52.94%40%-
XYZ7.5310.874.5-
YUV85.08107.07114.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=30.56%
G=47.22%
B=22.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102480.3500.530.61003629.41
Hex426630230353C64241d
Octal1021466043065741444435
Binary100001011001101100001000110110101111100110010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426630; }

 p { color: rgb(66,102,48); }

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

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

 a { background-color: rgb(66,102,48); }

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

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

 span { border-color: rgb(66,102,48); }

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