Html Css Color HEX #4F7632 Dell

📋 copy color: '#4F7632'

red 79 ◦ green 118 ◦ blue 50

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

Shades of Dell #4F7632

Tints of Dell #4F7632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 31.98%
G = 47.77%
B = 20.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#4F7632 (or 0x4F7632) is known color: Dell. HEX triplet: 4F, 76 and 32. RGB value is (79,118,50). Sum of RGB (Red+Green+Blue) = 79+118+50=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7632 is #B089CD. Grayscale: #626262. Windows color (decimal): -11569614 or 3307087. OLE color: 3307087.

HSL color Cylindrical-coordinate representation of color #4F7632: hue angle of 94.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F7632 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 118 50 -
CMYK 0.33 0 0.58 0.54
HSL 94.41º 0.4% 0.33% -
HSV(B) 94.41º 0.58% 0.46% -
XYZ 10.28 14.85 5.34 -
YUV 98.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 79 118 50 0.33 0 0.58 0.54 94.41 0.4 0.33
Hex 4F 76 32 21 0 3A 36 5E 28 21
Octal 117 166 62 41 0 72 66 136 50 41
Binary 1001111 1110110 110010 100001 0 111010 110110 1011110 101000 100001

Color Harmonies of #4F7632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7632

Black with #4F7632

Text Example


Text Example

White with #4F7632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,118,50); }

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

background-color css

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

 a { background-color: rgb(79,118,50); }

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

border-color css

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

 span { border-color: rgb(79,118,50); }

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