Html Css Color HEX #4A712C Dell

📋 copy color: '#4A712C'

red 74 ◦ green 113 ◦ blue 44

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

Shades of Dell #4A712C

Tints of Dell #4A712C

RGB

 RED value IS 74 (29.3% from 255) = 32.03%

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

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

R = 32.03%
G = 48.92%
B = 19.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#4A712C (or 0x4A712C) is known color: Dell. HEX triplet: 4A, 71 and 2C. RGB value is (74,113,44). Sum of RGB (Red+Green+Blue) = 74+113+44=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #4A712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A712C is #B58ED3. Grayscale: #5D5D5D. Windows color (decimal): -11898580 or 2912586. OLE color: 2912586.

HSL color Cylindrical-coordinate representation of color #4A712C: hue angle of 93.91º 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 #4A712C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 113 44 -
CMYK 0.35 0 0.61 0.56
HSL 93.91º 0.44% 0.31% -
HSV(B) 93.91º 0.61% 0.44% -
XYZ 9.18 13.45 4.49 -
YUV 93.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 74 113 44 0.35 0 0.61 0.56 93.91 0.44 0.31
Hex 4A 71 2C 23 0 3D 38 5E 2C 1F
Octal 112 161 54 43 0 75 70 136 54 37
Binary 1001010 1110001 101100 100011 0 111101 111000 1011110 101100 11111

Color Harmonies of #4A712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A712C

Black with #4A712C

Text Example


Text Example

White with #4A712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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