#4B622F

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

Shades of Dell #4B622F

Tints of Dell #4B622F

Color information

#4B622F (or 0x4B622F) is unknown color: approx Dell. HEX triplet: 4B, 62 and 2F. RGB value is (75,98,47). Sum of RGB (Red+Green+Blue) = 75+98+47=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #4B622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B622F is #B49DD0. Grayscale: #555555. Windows color (decimal): -11836881 or 3105355. OLE color: 3105355.

HSL color Cylindrical-coordinate representation of color #4B622F: hue angle of 87.06º 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 #4B622F is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB759847-
CMYK0.2300.520.62
HSL87.06º35.17%28.43%-
HSV(B)87.06º52.04%38.43%-
XYZ7.7810.444.29-
YUV85.31106.38120.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.09%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=34.09%
G=44.55%
B=21.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7598470.2300.520.6287.0635.1728.43
Hex4B622F170343E57231c
Octal1131425727064761274334
Binary10010111100010101111101110110100111110101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B622F; }

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

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

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

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

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

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

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

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