#42622F

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

Shades of Dell #42622F

Tints of Dell #42622F

Color information

#42622F (or 0x42622F) is unknown color: approx Dell. HEX triplet: 42, 62 and 2F. RGB value is (66,98,47). Sum of RGB (Red+Green+Blue) = 66+98+47=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #42622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42622F is #BD9DD0. Grayscale: #525252. Windows color (decimal): -12426705 or 3105346. OLE color: 3105346.

HSL color Cylindrical-coordinate representation of color #42622F: hue angle of 97.65º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42622F is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB669847-
CMYK0.3300.520.62
HSL97.65º35.17%28.43%-
HSV(B)97.65º52.04%38.43%-
XYZ7.1310.14.26-
YUV82.62107.9116.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=31.28%
G=46.45%
B=22.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698470.3300.520.6297.6535.1728.43
Hex42622F210343E62231c
Octal1021425741064761424334
Binary100001011000101011111000010110100111110110001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42622F; }

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

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

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

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

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

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

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

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