Html Css Color HEX #4F6A36 Dell

📋 copy color: '#4F6A36'

red 79 ◦ green 106 ◦ blue 54

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

Shades of Dell #4F6A36

Tints of Dell #4F6A36

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.35%

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 33.05%
G = 44.35%
B = 22.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#4F6A36 (or 0x4F6A36) is known color: Dell. HEX triplet: 4F, 6A and 36. RGB value is (79,106,54). Sum of RGB (Red+Green+Blue) = 79+106+54=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6A36 is #B095C9. Grayscale: #5C5C5C. Windows color (decimal): -11572682 or 3566159. OLE color: 3566159.

HSL color Cylindrical-coordinate representation of color #4F6A36: hue angle of 91.15º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F6A36 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 106 54 -
CMYK 0.25 0 0.49 0.58
HSL 91.15º 0.33% 0.31% -
HSV(B) 91.15º 0.49% 0.42% -
XYZ 9.04 12.24 5.38 -
YUV 92 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 79 106 54 0.25 0 0.49 0.58 91.15 0.33 0.31
Hex 4F 6A 36 19 0 31 3A 5B 20 1F
Octal 117 152 66 31 0 61 72 133 40 37
Binary 1001111 1101010 110110 11001 0 110001 111010 1011011 100000 11111

Color Harmonies of #4F6A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6A36

Black with #4F6A36

Text Example


Text Example

White with #4F6A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,106,54); }

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

background-color css

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

 a { background-color: rgb(79,106,54); }

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

border-color css

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

 span { border-color: rgb(79,106,54); }

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