Html Css Color HEX #4C7031 Dell

📋 copy color: '#4C7031'

red 76 ◦ green 112 ◦ blue 49

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

Shades of Dell #4C7031

Tints of Dell #4C7031

RGB

 RED value IS 76 (30.08% from 255) = 32.07%

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

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

R = 32.07%
G = 47.26%
B = 20.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#4C7031 (or 0x4C7031) is known color: Dell. HEX triplet: 4C, 70 and 31. RGB value is (76,112,49). Sum of RGB (Red+Green+Blue) = 76+112+49=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7031 is #B38FCE. Grayscale: #5E5E5E. Windows color (decimal): -11767759 or 3240012. OLE color: 3240012.

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

Color convert

RGB 76 112 49 -
CMYK 0.32 0 0.56 0.56
HSL 94.29º 0.39% 0.32% -
HSV(B) 94.29º 0.56% 0.44% -
XYZ 9.33 13.35 4.99 -
YUV 94.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 76 112 49 0.32 0 0.56 0.56 94.29 0.39 0.32
Hex 4C 70 31 20 0 38 38 5E 27 20
Octal 114 160 61 40 0 70 70 136 47 40
Binary 1001100 1110000 110001 100000 0 111000 111000 1011110 100111 100000

Color Harmonies of #4C7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7031

Black with #4C7031

Text Example


Text Example

White with #4C7031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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