Html Css Color HEX #4A7130 Dell

📋 copy color: '#4A7130'

red 74 ◦ green 113 ◦ blue 48

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

Shades of Dell #4A7130

Tints of Dell #4A7130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.09%

 BLUE value IS 48 (19.14% from 255) = 20.43%

R = 31.49%
G = 48.09%
B = 20.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#4A7130 (or 0x4A7130) is known color: Dell. HEX triplet: 4A, 71 and 30. RGB value is (74,113,48). Sum of RGB (Red+Green+Blue) = 74+113+48=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7130 is #B58ECF. Grayscale: #5E5E5E. Windows color (decimal): -11898576 or 3174730. OLE color: 3174730.

HSL color Cylindrical-coordinate representation of color #4A7130: hue angle of 96º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A7130 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 113 48 -
CMYK 0.35 0 0.58 0.56
HSL 96º 0.4% 0.32% -
HSV(B) 96º 0.58% 0.44% -
XYZ 9.26 13.48 4.91 -
YUV 93.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 74 113 48 0.35 0 0.58 0.56 96 0.4 0.32
Hex 4A 71 30 23 0 3A 38 60 28 20
Octal 112 161 60 43 0 72 70 140 50 40
Binary 1001010 1110001 110000 100011 0 111010 111000 1100000 101000 100000

Color Harmonies of #4A7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7130

Black with #4A7130

Text Example


Text Example

White with #4A7130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,113,48); }

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

background-color css

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

 a { background-color: rgb(74,113,48); }

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

border-color css

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

 span { border-color: rgb(74,113,48); }

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