Html Css Color HEX #4A712B Dell

📋 copy color: '#4A712B'

red 74 ◦ green 113 ◦ blue 43

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

Shades of Dell #4A712B

Tints of Dell #4A712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 32.17%
G = 49.13%
B = 18.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#4A712B (or 0x4A712B) is known color: Dell. HEX triplet: 4A, 71 and 2B. RGB value is (74,113,43). Sum of RGB (Red+Green+Blue) = 74+113+43=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #4A712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A712B is #B58ED4. Grayscale: #5D5D5D. Windows color (decimal): -11898581 or 2847050. OLE color: 2847050.

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

Color convert

RGB 74 113 43 -
CMYK 0.35 0 0.62 0.56
HSL 93.43º 0.45% 0.31% -
HSV(B) 93.43º 0.62% 0.44% -
XYZ 9.17 13.44 4.4 -
YUV 93.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 74 113 43 0.35 0 0.62 0.56 93.43 0.45 0.31
Hex 4A 71 2B 23 0 3E 38 5D 2D 1F
Octal 112 161 53 43 0 76 70 135 55 37
Binary 1001010 1110001 101011 100011 0 111110 111000 1011101 101101 11111

Color Harmonies of #4A712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A712B

Black with #4A712B

Text Example


Text Example

White with #4A712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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