Html Css Color HEX #4F7337 Dell

📋 copy color: '#4F7337'

red 79 ◦ green 115 ◦ blue 55

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

Shades of Dell #4F7337

Tints of Dell #4F7337

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

 BLUE value IS 55 (21.88% from 255) = 22.09%

R = 31.73%
G = 46.18%
B = 22.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#4F7337 (or 0x4F7337) is known color: Dell. HEX triplet: 4F, 73 and 37. RGB value is (79,115,55). Sum of RGB (Red+Green+Blue) = 79+115+55=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7337 is #B08CC8. Grayscale: #616161. Windows color (decimal): -11570377 or 3633999. OLE color: 3633999.

HSL color Cylindrical-coordinate representation of color #4F7337: hue angle of 96º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F7337 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 115 55 -
CMYK 0.31 0 0.52 0.55
HSL 96º 0.35% 0.33% -
HSV(B) 96º 0.52% 0.45% -
XYZ 10.04 14.2 5.83 -
YUV 97.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 79 115 55 0.31 0 0.52 0.55 96 0.35 0.33
Hex 4F 73 37 1F 0 34 37 60 23 21
Octal 117 163 67 37 0 64 67 140 43 41
Binary 1001111 1110011 110111 11111 0 110100 110111 1100000 100011 100001

Color Harmonies of #4F7337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7337

Black with #4F7337

Text Example


Text Example

White with #4F7337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,115,55); }

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

background-color css

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

 a { background-color: rgb(79,115,55); }

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

border-color css

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

 span { border-color: rgb(79,115,55); }

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