Html Css Color HEX #4F7136 Dell

📋 copy color: '#4F7136'

red 79 ◦ green 113 ◦ blue 54

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

Shades of Dell #4F7136

Tints of Dell #4F7136

RGB

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

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

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

R = 32.11%
G = 45.93%
B = 21.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#4F7136 (or 0x4F7136) is known color: Dell. HEX triplet: 4F, 71 and 36. RGB value is (79,113,54). Sum of RGB (Red+Green+Blue) = 79+113+54=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #4F7136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7136 is #B08EC9. Grayscale: #606060. Windows color (decimal): -11570890 or 3567951. OLE color: 3567951.

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

Color convert

RGB 79 113 54 -
CMYK 0.30 0 0.52 0.56
HSL 94.58º 0.35% 0.33% -
HSV(B) 94.58º 0.52% 0.44% -
XYZ 9.8 13.74 5.63 -
YUV 96.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 79 113 54 0.30 0 0.52 0.56 94.58 0.35 0.33
Hex 4F 71 36 1E 0 34 38 5F 23 21
Octal 117 161 66 36 0 64 70 137 43 41
Binary 1001111 1110001 110110 11110 0 110100 111000 1011111 100011 100001

Color Harmonies of #4F7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7136

Black with #4F7136

Text Example


Text Example

White with #4F7136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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