Html Css Color HEX #4F703A Dell

📋 copy color: '#4F703A'

red 79 ◦ green 112 ◦ blue 58

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

Shades of Dell #4F703A

Tints of Dell #4F703A

RGB

 RED value IS 79 (31.25% from 255) = 31.73%

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

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 31.73%
G = 44.98%
B = 23.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#4F703A (or 0x4F703A) is known color: Dell. HEX triplet: 4F, 70 and 3A. RGB value is (79,112,58). Sum of RGB (Red+Green+Blue) = 79+112+58=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #4F703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F703A is #B08FC5. Grayscale: #606060. Windows color (decimal): -11571142 or 3829839. OLE color: 3829839.

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

Color convert

RGB 79 112 58 -
CMYK 0.29 0 0.48 0.56
HSL 96.67º 0.32% 0.33% -
HSV(B) 96.67º 0.48% 0.44% -
XYZ 9.78 13.56 6.1 -
YUV 95.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 79 112 58 0.29 0 0.48 0.56 96.67 0.32 0.33
Hex 4F 70 3A 1D 0 30 38 61 20 21
Octal 117 160 72 35 0 60 70 141 40 41
Binary 1001111 1110000 111010 11101 0 110000 111000 1100001 100000 100001

Color Harmonies of #4F703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F703A

Black with #4F703A

Text Example


Text Example

White with #4F703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,58); }

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

background-color css

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

 a { background-color: rgb(79,112,58); }

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

border-color css

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

 span { border-color: rgb(79,112,58); }

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