Html Css Color HEX #4F6D38 Dell

📋 copy color: '#4F6D38'

red 79 ◦ green 109 ◦ blue 56

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

Shades of Dell #4F6D38

Tints of Dell #4F6D38

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.67%

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 32.38%
G = 44.67%
B = 22.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#4F6D38 (or 0x4F6D38) is known color: Dell. HEX triplet: 4F, 6D and 38. RGB value is (79,109,56). Sum of RGB (Red+Green+Blue) = 79+109+56=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6D38 is #B092C7. Grayscale: #5E5E5E. Windows color (decimal): -11571912 or 3697999. OLE color: 3697999.

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

Color convert

RGB 79 109 56 -
CMYK 0.28 0 0.49 0.57
HSL 93.96º 0.32% 0.32% -
HSV(B) 93.96º 0.49% 0.43% -
XYZ 9.41 12.89 5.73 -
YUV 93.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 79 109 56 0.28 0 0.49 0.57 93.96 0.32 0.32
Hex 4F 6D 38 1C 0 31 39 5E 20 20
Octal 117 155 70 34 0 61 71 136 40 40
Binary 1001111 1101101 111000 11100 0 110001 111001 1011110 100000 100000

Color Harmonies of #4F6D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6D38

Black with #4F6D38

Text Example


Text Example

White with #4F6D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,109,56); }

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

background-color css

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

 a { background-color: rgb(79,109,56); }

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

border-color css

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

 span { border-color: rgb(79,109,56); }

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