Html Css Color HEX #4F6A3B Dell

📋 copy color: '#4F6A3B'

red 79 ◦ green 106 ◦ blue 59

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

Shades of Dell #4F6A3B

Tints of Dell #4F6A3B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.44%

 BLUE value IS 59 (23.44% from 255) = 24.18%

R = 32.38%
G = 43.44%
B = 24.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#4F6A3B (or 0x4F6A3B) is known color: Dell. HEX triplet: 4F, 6A and 3B. RGB value is (79,106,59). Sum of RGB (Red+Green+Blue) = 79+106+59=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6A3B is #B095C4. Grayscale: #5C5C5C. Windows color (decimal): -11572677 or 3893839. OLE color: 3893839.

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

Color convert

RGB 79 106 59 -
CMYK 0.25 0 0.44 0.58
HSL 94.47º 0.28% 0.32% -
HSV(B) 94.47º 0.44% 0.42% -
XYZ 9.17 12.29 6.03 -
YUV 92.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 79 106 59 0.25 0 0.44 0.58 94.47 0.28 0.32
Hex 4F 6A 3B 19 0 2C 3A 5E 1C 20
Octal 117 152 73 31 0 54 72 136 34 40
Binary 1001111 1101010 111011 11001 0 101100 111010 1011110 11100 100000

Color Harmonies of #4F6A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6A3B

Black with #4F6A3B

Text Example


Text Example

White with #4F6A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,106,59); }

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

background-color css

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

 a { background-color: rgb(79,106,59); }

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

border-color css

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

 span { border-color: rgb(79,106,59); }

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