Html Css Color HEX #4A702F Dell

📋 copy color: '#4A702F'

red 74 ◦ green 112 ◦ blue 47

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

Shades of Dell #4A702F

Tints of Dell #4A702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 31.76%
G = 48.07%
B = 20.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#4A702F (or 0x4A702F) is known color: Dell. HEX triplet: 4A, 70 and 2F. RGB value is (74,112,47). Sum of RGB (Red+Green+Blue) = 74+112+47=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #4A702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A702F is #B58FD0. Grayscale: #5D5D5D. Windows color (decimal): -11898833 or 3108938. OLE color: 3108938.

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

Color convert

RGB 74 112 47 -
CMYK 0.34 0 0.58 0.56
HSL 95.08º 0.41% 0.31% -
HSV(B) 95.08º 0.58% 0.44% -
XYZ 9.13 13.25 4.77 -
YUV 93.23 101.91 114.29 -
System Red Green Blue C M Y K H S L
Decimal 74 112 47 0.34 0 0.58 0.56 95.08 0.41 0.31
Hex 4A 70 2F 22 0 3A 38 5F 29 1F
Octal 112 160 57 42 0 72 70 137 51 37
Binary 1001010 1110000 101111 100010 0 111010 111000 1011111 101001 11111

Color Harmonies of #4A702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A702F

Black with #4A702F

Text Example


Text Example

White with #4A702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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