Html Css Color HEX #4A6F31 Dell

📋 copy color: '#4A6F31'

red 74 ◦ green 111 ◦ blue 49

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

Shades of Dell #4A6F31

Tints of Dell #4A6F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.44%

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

R = 31.62%
G = 47.44%
B = 20.94%

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

#4A6F31 (or 0x4A6F31) is known color: Dell. HEX triplet: 4A, 6F and 31. RGB value is (74,111,49). Sum of RGB (Red+Green+Blue) = 74+111+49=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F31 is #B590CE. Grayscale: #5D5D5D. Windows color (decimal): -11899087 or 3239754. OLE color: 3239754.

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

Color convert

RGB 74 111 49 -
CMYK 0.33 0 0.56 0.56
HSL 95.81º 0.39% 0.31% -
HSV(B) 95.81º 0.56% 0.44% -
XYZ 9.06 13.05 4.95 -
YUV 92.87 103.24 114.54 -
System Red Green Blue C M Y K H S L
Decimal 74 111 49 0.33 0 0.56 0.56 95.81 0.39 0.31
Hex 4A 6F 31 21 0 38 38 60 27 1F
Octal 112 157 61 41 0 70 70 140 47 37
Binary 1001010 1101111 110001 100001 0 111000 111000 1100000 100111 11111

Color Harmonies of #4A6F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6F31

Black with #4A6F31

Text Example


Text Example

White with #4A6F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,111,49); }

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

background-color css

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

 a { background-color: rgb(74,111,49); }

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

border-color css

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

 span { border-color: rgb(74,111,49); }

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