Html Css Color HEX #4F693D Dell

📋 copy color: '#4F693D'

red 79 ◦ green 105 ◦ blue 61

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

Shades of Dell #4F693D

Tints of Dell #4F693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

 BLUE value IS 61 (24.22% from 255) = 24.9%

R = 32.24%
G = 42.86%
B = 24.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#4F693D (or 0x4F693D) is known color: Dell. HEX triplet: 4F, 69 and 3D. RGB value is (79,105,61). Sum of RGB (Red+Green+Blue) = 79+105+61=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #4F693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F693D is #B096C2. Grayscale: #5C5C5C. Windows color (decimal): -11572931 or 4024655. OLE color: 4024655.

HSL color Cylindrical-coordinate representation of color #4F693D: hue angle of 95.45º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F693D is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 105 61 -
CMYK 0.25 0 0.42 0.59
HSL 95.45º 0.27% 0.33% -
HSV(B) 95.45º 0.42% 0.41% -
XYZ 9.12 12.1 6.27 -
YUV 92.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 79 105 61 0.25 0 0.42 0.59 95.45 0.27 0.33
Hex 4F 69 3D 19 0 2A 3B 5F 1B 21
Octal 117 151 75 31 0 52 73 137 33 41
Binary 1001111 1101001 111101 11001 0 101010 111011 1011111 11011 100001

Color Harmonies of #4F693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F693D

Black with #4F693D

Text Example


Text Example

White with #4F693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,105,61); }

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

background-color css

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

 a { background-color: rgb(79,105,61); }

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

border-color css

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

 span { border-color: rgb(79,105,61); }

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