#42621c

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

Shades of Dell #42621C

Tints of Dell #42621C

Color information

#42621C (or 0x42621C) is unknown color: approx Dell. HEX triplet: 42, 62 and 1C. RGB value is (66,98,28). Sum of RGB (Red+Green+Blue) = 66+98+28=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #42621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42621C is #BD9DE3. Grayscale: #505050. Windows color (decimal): -12426724 or 1860162. OLE color: 1860162.

HSL color Cylindrical-coordinate representation of color #42621C: hue angle of 87.43º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42621C is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB669828-
CMYK0.3300.710.62
HSL87.43º55.56%24.71%-
HSV(B)87.43º71.43%38.43%-
XYZ6.829.982.66-
YUV80.4598.4117.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=34.38%
G=51.04%
B=14.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698280.3300.710.6287.4355.5624.71
Hex42621C210473E573819
Octal10214234410107761277031
Binary100001011000101110010000101000111111110101011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42621c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42621c; }

 p { color: rgb(66,98,28); }

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

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

 a { background-color: rgb(66,98,28); }

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

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

 span { border-color: rgb(66,98,28); }

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