Html Css Color HEX #4A7030 Dell

📋 copy color: '#4A7030'

red 74 ◦ green 112 ◦ blue 48

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

Shades of Dell #4A7030

Tints of Dell #4A7030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.86%

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

R = 31.62%
G = 47.86%
B = 20.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#4A7030 (or 0x4A7030) is known color: Dell. HEX triplet: 4A, 70 and 30. RGB value is (74,112,48). Sum of RGB (Red+Green+Blue) = 74+112+48=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7030 is #B58FCF. Grayscale: #5D5D5D. Windows color (decimal): -11898832 or 3174474. OLE color: 3174474.

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

Color convert

RGB 74 112 48 -
CMYK 0.34 0 0.57 0.56
HSL 95.63º 0.4% 0.31% -
HSV(B) 95.63º 0.57% 0.44% -
XYZ 9.15 13.26 4.87 -
YUV 93.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 74 112 48 0.34 0 0.57 0.56 95.63 0.4 0.31
Hex 4A 70 30 22 0 39 38 60 28 1F
Octal 112 160 60 42 0 71 70 140 50 37
Binary 1001010 1110000 110000 100010 0 111001 111000 1100000 101000 11111

Color Harmonies of #4A7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7030

Black with #4A7030

Text Example


Text Example

White with #4A7030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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