#4B6C2F

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

Shades of Dell #4B6C2F

Tints of Dell #4B6C2F

Color information

#4B6C2F (or 0x4B6C2F) is unknown color: approx Dell. HEX triplet: 4B, 6C and 2F. RGB value is (75,108,47). Sum of RGB (Red+Green+Blue) = 75+108+47=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #4B6C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6C2F is #B493D0. Grayscale: #5B5B5B. Windows color (decimal): -11834321 or 3107915. OLE color: 3107915.

HSL color Cylindrical-coordinate representation of color #4B6C2F: hue angle of 92.46º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B6C2F is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB7510847-
CMYK0.3100.560.58
HSL92.46º39.35%30.39%-
HSV(B)92.46º56.48%42.35%-
XYZ8.7812.434.63-
YUV91.18103.07116.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.61%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 47 (18.75% from 255) = 20.43%
R=32.61%
G=46.96%
B=20.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75108470.3100.560.5892.4639.3530.39
Hex4B6C2F1F0383A5c271e
Octal1131545737070721344736
Binary10010111101100101111111110111000111010101110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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