Html Css Color HEX #4C7831 Dell

📋 copy color: '#4C7831'

red 76 ◦ green 120 ◦ blue 49

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

Shades of Dell #4C7831

Tints of Dell #4C7831

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.98%

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

R = 31.02%
G = 48.98%
B = 20%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#4C7831 (or 0x4C7831) is known color: Dell. HEX triplet: 4C, 78 and 31. RGB value is (76,120,49). Sum of RGB (Red+Green+Blue) = 76+120+49=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7831 is #B387CE. Grayscale: #626262. Windows color (decimal): -11765711 or 3242060. OLE color: 3242060.

HSL color Cylindrical-coordinate representation of color #4C7831: hue angle of 97.18º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C7831 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 120 49 -
CMYK 0.37 0 0.59 0.53
HSL 97.18º 0.42% 0.33% -
HSV(B) 97.18º 0.59% 0.47% -
XYZ 10.25 15.19 5.3 -
YUV 98.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 76 120 49 0.37 0 0.59 0.53 97.18 0.42 0.33
Hex 4C 78 31 25 0 3B 35 61 2A 21
Octal 114 170 61 45 0 73 65 141 52 41
Binary 1001100 1111000 110001 100101 0 111011 110101 1100001 101010 100001

Color Harmonies of #4C7831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7831

Black with #4C7831

Text Example


Text Example

White with #4C7831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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