Html Css Color HEX #4F613B Dell

📋 copy color: '#4F613B'

red 79 ◦ green 97 ◦ blue 59

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

Shades of Dell #4F613B

Tints of Dell #4F613B

RGB

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

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

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

R = 33.62%
G = 41.28%
B = 25.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#4F613B (or 0x4F613B) is known color: Dell. HEX triplet: 4F, 61 and 3B. RGB value is (79,97,59). Sum of RGB (Red+Green+Blue) = 79+97+59=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #4F613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F613B is #B09EC4. Grayscale: #575757. Windows color (decimal): -11574981 or 3891535. OLE color: 3891535.

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

Color convert

RGB 79 97 59 -
CMYK 0.19 0 0.39 0.62
HSL 88.42º 0.24% 0.31% -
HSV(B) 88.42º 0.39% 0.38% -
XYZ 8.29 10.53 5.73 -
YUV 87.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 79 97 59 0.19 0 0.39 0.62 88.42 0.24 0.31
Hex 4F 61 3B 13 0 27 3E 58 18 1F
Octal 117 141 73 23 0 47 76 130 30 37
Binary 1001111 1100001 111011 10011 0 100111 111110 1011000 11000 11111

Color Harmonies of #4F613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F613B

Black with #4F613B

Text Example


Text Example

White with #4F613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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