Html Css Color HEX #4F6239 Dell

📋 copy color: '#4F6239'

red 79 ◦ green 98 ◦ blue 57

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

Shades of Dell #4F6239

Tints of Dell #4F6239

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 33.76%
G = 41.88%
B = 24.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#4F6239 (or 0x4F6239) is known color: Dell. HEX triplet: 4F, 62 and 39. RGB value is (79,98,57). Sum of RGB (Red+Green+Blue) = 79+98+57=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6239 is #B09DC6. Grayscale: #575757. Windows color (decimal): -11574727 or 3760719. OLE color: 3760719.

HSL color Cylindrical-coordinate representation of color #4F6239: hue angle of 87.8º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F6239 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 98 57 -
CMYK 0.19 0 0.42 0.62
HSL 87.8º 0.26% 0.3% -
HSV(B) 87.8º 0.42% 0.38% -
XYZ 8.33 10.69 5.5 -
YUV 87.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 79 98 57 0.19 0 0.42 0.62 87.8 0.26 0.3
Hex 4F 62 39 13 0 2A 3E 58 1A 1E
Octal 117 142 71 23 0 52 76 130 32 36
Binary 1001111 1100010 111001 10011 0 101010 111110 1011000 11010 11110

Color Harmonies of #4F6239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6239

Black with #4F6239

Text Example


Text Example

White with #4F6239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,98,57); }

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

background-color css

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

 a { background-color: rgb(79,98,57); }

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

border-color css

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

 span { border-color: rgb(79,98,57); }

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