#4B5F36

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

Shades of Dell #4B5F36

Tints of Dell #4B5F36

Color information

#4B5F36 (or 0x4B5F36) is unknown color: approx Dell. HEX triplet: 4B, 5F and 36. RGB value is (75,95,54). Sum of RGB (Red+Green+Blue) = 75+95+54=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #4B5F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5F36 is #B4A0C9. Grayscale: #545454. Windows color (decimal): -11837642 or 3563339. OLE color: 3563339.

HSL color Cylindrical-coordinate representation of color #4B5F36: hue angle of 89.27º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B5F36 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB759554-
CMYK0.2100.430.63
HSL89.27º27.52%29.22%-
HSV(B)89.27º43.16%37.25%-
XYZ7.669.955.01-
YUV84.35110.87121.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 95 (37.5% from 255) = 42.41%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=33.48%
G=42.41%
B=24.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7595540.2100.430.6389.2727.5229.22
Hex4B5F361502B3F591c1d
Octal1131376625053771313435
Binary1001011101111111011010101010101111111110110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,95,54); }

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

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

 a { background-color: rgb(75,95,54); }

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

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

 span { border-color: rgb(75,95,54); }

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