Html Css Color HEX #4C7331 Dell

📋 copy color: '#4C7331'

red 76 ◦ green 115 ◦ blue 49

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

Shades of Dell #4C7331

Tints of Dell #4C7331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

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

R = 31.67%
G = 47.92%
B = 20.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#4C7331 (or 0x4C7331) is known color: Dell. HEX triplet: 4C, 73 and 31. RGB value is (76,115,49). Sum of RGB (Red+Green+Blue) = 76+115+49=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7331 is #B38CCE. Grayscale: #606060. Windows color (decimal): -11766991 or 3240780. OLE color: 3240780.

HSL color Cylindrical-coordinate representation of color #4C7331: hue angle of 95.45º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C7331 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 115 49 -
CMYK 0.34 0 0.57 0.55
HSL 95.45º 0.4% 0.32% -
HSV(B) 95.45º 0.57% 0.45% -
XYZ 9.67 14.02 5.1 -
YUV 95.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 76 115 49 0.34 0 0.57 0.55 95.45 0.4 0.32
Hex 4C 73 31 22 0 39 37 5F 28 20
Octal 114 163 61 42 0 71 67 137 50 40
Binary 1001100 1110011 110001 100010 0 111001 110111 1011111 101000 100000

Color Harmonies of #4C7331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7331

Black with #4C7331

Text Example


Text Example

White with #4C7331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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