Html Css Color HEX #4F693B Dell

📋 copy color: '#4F693B'

red 79 ◦ green 105 ◦ blue 59

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

Shades of Dell #4F693B

Tints of Dell #4F693B

RGB

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

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

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

R = 32.51%
G = 43.21%
B = 24.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#4F693B (or 0x4F693B) is known color: Dell. HEX triplet: 4F, 69 and 3B. RGB value is (79,105,59). Sum of RGB (Red+Green+Blue) = 79+105+59=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #4F693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F693B is #B096C4. Grayscale: #5C5C5C. Windows color (decimal): -11572933 or 3893583. OLE color: 3893583.

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

Color convert

RGB 79 105 59 -
CMYK 0.25 0 0.44 0.59
HSL 93.91º 0.28% 0.32% -
HSV(B) 93.91º 0.44% 0.41% -
XYZ 9.07 12.08 5.99 -
YUV 91.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 79 105 59 0.25 0 0.44 0.59 93.91 0.28 0.32
Hex 4F 69 3B 19 0 2C 3B 5E 1C 20
Octal 117 151 73 31 0 54 73 136 34 40
Binary 1001111 1101001 111011 11001 0 101100 111011 1011110 11100 100000

Color Harmonies of #4F693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F693B

Black with #4F693B

Text Example


Text Example

White with #4F693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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