Html Css Color HEX #4C7631 Dell

📋 copy color: '#4C7631'

red 76 ◦ green 118 ◦ blue 49

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

Shades of Dell #4C7631

Tints of Dell #4C7631

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.56%

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

R = 31.28%
G = 48.56%
B = 20.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#4C7631 (or 0x4C7631) is known color: Dell. HEX triplet: 4C, 76 and 31. RGB value is (76,118,49). Sum of RGB (Red+Green+Blue) = 76+118+49=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7631 is #B389CE. Grayscale: #616161. Windows color (decimal): -11766223 or 3241548. OLE color: 3241548.

HSL color Cylindrical-coordinate representation of color #4C7631: hue angle of 96.52º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C7631 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 118 49 -
CMYK 0.36 0 0.58 0.54
HSL 96.52º 0.41% 0.33% -
HSV(B) 96.52º 0.58% 0.46% -
XYZ 10.01 14.72 5.22 -
YUV 97.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 76 118 49 0.36 0 0.58 0.54 96.52 0.41 0.33
Hex 4C 76 31 24 0 3A 36 61 29 21
Octal 114 166 61 44 0 72 66 141 51 41
Binary 1001100 1110110 110001 100100 0 111010 110110 1100001 101001 100001

Color Harmonies of #4C7631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7631

Black with #4C7631

Text Example


Text Example

White with #4C7631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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