Html Css Color HEX #4F613C Dell

📋 copy color: '#4F613C'

red 79 ◦ green 97 ◦ blue 60

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

Shades of Dell #4F613C

Tints of Dell #4F613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.1%

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 33.47%
G = 41.1%
B = 25.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#4F613C (or 0x4F613C) is known color: Dell. HEX triplet: 4F, 61 and 3C. RGB value is (79,97,60). Sum of RGB (Red+Green+Blue) = 79+97+60=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #4F613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F613C is #B09EC3. Grayscale: #575757. Windows color (decimal): -11574980 or 3957071. OLE color: 3957071.

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

Color convert

RGB 79 97 60 -
CMYK 0.19 0 0.38 0.62
HSL 89.19º 0.24% 0.31% -
HSV(B) 89.19º 0.38% 0.38% -
XYZ 8.31 10.54 5.87 -
YUV 87.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 79 97 60 0.19 0 0.38 0.62 89.19 0.24 0.31
Hex 4F 61 3C 13 0 26 3E 59 18 1F
Octal 117 141 74 23 0 46 76 131 30 37
Binary 1001111 1100001 111100 10011 0 100110 111110 1011001 11000 11111

Color Harmonies of #4F613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F613C

Black with #4F613C

Text Example


Text Example

White with #4F613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,97,60); }

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

background-color css

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

 a { background-color: rgb(79,97,60); }

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

border-color css

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

 span { border-color: rgb(79,97,60); }

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