Html Css Color HEX #4B7031 Dell

📋 copy color: '#4B7031'

red 75 ◦ green 112 ◦ blue 49

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

Shades of Dell #4B7031

Tints of Dell #4B7031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.46%

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

R = 31.78%
G = 47.46%
B = 20.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#4B7031 (or 0x4B7031) is known color: Dell. HEX triplet: 4B, 70 and 31. RGB value is (75,112,49). Sum of RGB (Red+Green+Blue) = 75+112+49=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7031 is #B48FCE. Grayscale: #5D5D5D. Windows color (decimal): -11833295 or 3240011. OLE color: 3240011.

HSL color Cylindrical-coordinate representation of color #4B7031: hue angle of 95.24º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B7031 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 49 -
CMYK 0.33 0 0.56 0.56
HSL 95.24º 0.39% 0.32% -
HSV(B) 95.24º 0.56% 0.44% -
XYZ 9.25 13.31 4.99 -
YUV 93.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 75 112 49 0.33 0 0.56 0.56 95.24 0.39 0.32
Hex 4B 70 31 21 0 38 38 5F 27 20
Octal 113 160 61 41 0 70 70 137 47 40
Binary 1001011 1110000 110001 100001 0 111000 111000 1011111 100111 100000

Color Harmonies of #4B7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7031

Black with #4B7031

Text Example


Text Example

White with #4B7031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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