Html Css Color HEX #4F7138 Dell

📋 copy color: '#4F7138'

red 79 ◦ green 113 ◦ blue 56

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

Shades of Dell #4F7138

Tints of Dell #4F7138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

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

R = 31.85%
G = 45.56%
B = 22.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#4F7138 (or 0x4F7138) is known color: Dell. HEX triplet: 4F, 71 and 38. RGB value is (79,113,56). Sum of RGB (Red+Green+Blue) = 79+113+56=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #4F7138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7138 is #B08EC7. Grayscale: #606060. Windows color (decimal): -11570888 or 3699023. OLE color: 3699023.

HSL color Cylindrical-coordinate representation of color #4F7138: hue angle of 95.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F7138 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 113 56 -
CMYK 0.30 0 0.50 0.56
HSL 95.79º 0.34% 0.33% -
HSV(B) 95.79º 0.5% 0.44% -
XYZ 9.84 13.76 5.88 -
YUV 96.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 79 113 56 0.30 0 0.50 0.56 95.79 0.34 0.33
Hex 4F 71 38 1E 0 32 38 60 22 21
Octal 117 161 70 36 0 62 70 140 42 41
Binary 1001111 1110001 111000 11110 0 110010 111000 1100000 100010 100001

Color Harmonies of #4F7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7138

Black with #4F7138

Text Example


Text Example

White with #4F7138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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