Html Css Color HEX #4A772C Dell

📋 copy color: '#4A772C'

red 74 ◦ green 119 ◦ blue 44

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

Shades of Dell #4A772C

Tints of Dell #4A772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

 BLUE value IS 44 (17.58% from 255) = 18.57%

R = 31.22%
G = 50.21%
B = 18.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#4A772C (or 0x4A772C) is known color: Dell. HEX triplet: 4A, 77 and 2C. RGB value is (74,119,44). Sum of RGB (Red+Green+Blue) = 74+119+44=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #4A772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A772C is #B588D3. Grayscale: #616161. Windows color (decimal): -11897044 or 2914122. OLE color: 2914122.

HSL color Cylindrical-coordinate representation of color #4A772C: hue angle of 96º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A772C is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 44 -
CMYK 0.38 0 0.63 0.53
HSL 96º 0.46% 0.32% -
HSV(B) 96º 0.63% 0.47% -
XYZ 9.88 14.83 4.73 -
YUV 97 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 74 119 44 0.38 0 0.63 0.53 96 0.46 0.32
Hex 4A 77 2C 26 0 3F 35 60 2E 20
Octal 112 167 54 46 0 77 65 140 56 40
Binary 1001010 1110111 101100 100110 0 111111 110101 1100000 101110 100000

Color Harmonies of #4A772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A772C

Black with #4A772C

Text Example


Text Example

White with #4A772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,44); }

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

background-color css

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

 a { background-color: rgb(74,119,44); }

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

border-color css

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

 span { border-color: rgb(74,119,44); }

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