Html Css Color HEX #4A7731 Dell

📋 copy color: '#4A7731'

red 74 ◦ green 119 ◦ blue 49

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

Shades of Dell #4A7731

Tints of Dell #4A7731

RGB

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

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

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

R = 30.58%
G = 49.17%
B = 20.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#4A7731 (or 0x4A7731) is known color: Dell. HEX triplet: 4A, 77 and 31. RGB value is (74,119,49). Sum of RGB (Red+Green+Blue) = 74+119+49=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7731 is #B588CE. Grayscale: #616161. Windows color (decimal): -11897039 or 3241802. OLE color: 3241802.

HSL color Cylindrical-coordinate representation of color #4A7731: hue angle of 98.57º 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 #4A7731 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 49 -
CMYK 0.38 0 0.59 0.53
HSL 98.57º 0.42% 0.33% -
HSV(B) 98.57º 0.59% 0.47% -
XYZ 9.98 14.87 5.25 -
YUV 97.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 74 119 49 0.38 0 0.59 0.53 98.57 0.42 0.33
Hex 4A 77 31 26 0 3B 35 63 2A 21
Octal 112 167 61 46 0 73 65 143 52 41
Binary 1001010 1110111 110001 100110 0 111011 110101 1100011 101010 100001

Color Harmonies of #4A7731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7731

Black with #4A7731

Text Example


Text Example

White with #4A7731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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