Html Css Color HEX #4B6C31 Dell

📋 copy color: '#4B6C31'

red 75 ◦ green 108 ◦ blue 49

#4B6C31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #4B6C31

Tints of Dell #4B6C31

RGB

 RED value IS 75 (29.69% from 255) = 32.33%

 GREEN value IS 108 (42.58% from 255) = 46.55%

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 32.33%
G = 46.55%
B = 21.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#4B6C31 (or 0x4B6C31) is known color: Dell. HEX triplet: 4B, 6C and 31. RGB value is (75,108,49). Sum of RGB (Red+Green+Blue) = 75+108+49=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #4B6C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6C31 is #B493CE. Grayscale: #5B5B5B. Windows color (decimal): -11834319 or 3238987. OLE color: 3238987.

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

Color convert

RGB 75 108 49 -
CMYK 0.31 0 0.55 0.58
HSL 93.56º 0.38% 0.31% -
HSV(B) 93.56º 0.55% 0.42% -
XYZ 8.82 12.44 4.84 -
YUV 91.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 75 108 49 0.31 0 0.55 0.58 93.56 0.38 0.31
Hex 4B 6C 31 1F 0 37 3A 5E 26 1F
Octal 113 154 61 37 0 67 72 136 46 37
Binary 1001011 1101100 110001 11111 0 110111 111010 1011110 100110 11111

Color Harmonies of #4B6C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6C31

Black with #4B6C31

Text Example


Text Example

White with #4B6C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B6C31;
 }
 .AnyTagClassName
 {
   color: #4B6C31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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