Html Css Color HEX #4B712C Dell

📋 copy color: '#4B712C'

red 75 ◦ green 113 ◦ blue 44

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

Shades of Dell #4B712C

Tints of Dell #4B712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.71%

 BLUE value IS 44 (17.58% from 255) = 18.97%

R = 32.33%
G = 48.71%
B = 18.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#4B712C (or 0x4B712C) is known color: Dell. HEX triplet: 4B, 71 and 2C. RGB value is (75,113,44). Sum of RGB (Red+Green+Blue) = 75+113+44=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #4B712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B712C is #B48ED3. Grayscale: #5E5E5E. Windows color (decimal): -11833044 or 2912587. OLE color: 2912587.

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

Color convert

RGB 75 113 44 -
CMYK 0.34 0 0.61 0.56
HSL 93.04º 0.44% 0.31% -
HSV(B) 93.04º 0.61% 0.44% -
XYZ 9.26 13.49 4.5 -
YUV 93.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 75 113 44 0.34 0 0.61 0.56 93.04 0.44 0.31
Hex 4B 71 2C 22 0 3D 38 5D 2C 1F
Octal 113 161 54 42 0 75 70 135 54 37
Binary 1001011 1110001 101100 100010 0 111101 111000 1011101 101100 11111

Color Harmonies of #4B712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B712C

Black with #4B712C

Text Example


Text Example

White with #4B712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,44); }

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

background-color css

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

 a { background-color: rgb(75,113,44); }

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

border-color css

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

 span { border-color: rgb(75,113,44); }

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