Html Css Color HEX #4A772A Dell

📋 copy color: '#4A772A'

red 74 ◦ green 119 ◦ blue 42

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

Shades of Dell #4A772A

Tints of Dell #4A772A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 31.49%
G = 50.64%
B = 17.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#4A772A (or 0x4A772A) is known color: Dell. HEX triplet: 4A, 77 and 2A. RGB value is (74,119,42). Sum of RGB (Red+Green+Blue) = 74+119+42=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #4A772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A772A is #B588D5. Grayscale: #616161. Windows color (decimal): -11897046 or 2783050. OLE color: 2783050.

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

Color convert

RGB 74 119 42 -
CMYK 0.38 0 0.65 0.53
HSL 95.06º 0.48% 0.32% -
HSV(B) 95.06º 0.65% 0.47% -
XYZ 9.84 14.82 4.53 -
YUV 96.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 74 119 42 0.38 0 0.65 0.53 95.06 0.48 0.32
Hex 4A 77 2A 26 0 41 35 5F 30 20
Octal 112 167 52 46 0 101 65 137 60 40
Binary 1001010 1110111 101010 100110 0 1000001 110101 1011111 110000 100000

Color Harmonies of #4A772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A772A

Black with #4A772A

Text Example


Text Example

White with #4A772A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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