Html Css Color HEX #4F683B Dell

📋 copy color: '#4F683B'

red 79 ◦ green 104 ◦ blue 59

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

Shades of Dell #4F683B

Tints of Dell #4F683B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.98%

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

R = 32.64%
G = 42.98%
B = 24.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#4F683B (or 0x4F683B) is known color: Dell. HEX triplet: 4F, 68 and 3B. RGB value is (79,104,59). Sum of RGB (Red+Green+Blue) = 79+104+59=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #4F683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F683B is #B097C4. Grayscale: #5B5B5B. Windows color (decimal): -11573189 or 3893327. OLE color: 3893327.

HSL color Cylindrical-coordinate representation of color #4F683B: hue angle of 93.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F683B is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 104 59 -
CMYK 0.24 0 0.43 0.59
HSL 93.33º 0.28% 0.32% -
HSV(B) 93.33º 0.43% 0.41% -
XYZ 8.96 11.88 5.96 -
YUV 91.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 79 104 59 0.24 0 0.43 0.59 93.33 0.28 0.32
Hex 4F 68 3B 18 0 2B 3B 5D 1C 20
Octal 117 150 73 30 0 53 73 135 34 40
Binary 1001111 1101000 111011 11000 0 101011 111011 1011101 11100 100000

Color Harmonies of #4F683B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F683B

Black with #4F683B

Text Example


Text Example

White with #4F683B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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