Html Css Color HEX #4D772F Dell

📋 copy color: '#4D772F'

red 77 ◦ green 119 ◦ blue 47

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

Shades of Dell #4D772F

Tints of Dell #4D772F

RGB

 RED value IS 77 (30.47% from 255) = 31.69%

 GREEN value IS 119 (46.88% from 255) = 48.97%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 31.69%
G = 48.97%
B = 19.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#4D772F (or 0x4D772F) is known color: Dell. HEX triplet: 4D, 77 and 2F. RGB value is (77,119,47). Sum of RGB (Red+Green+Blue) = 77+119+47=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #4D772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D772F is #B288D0. Grayscale: #626262. Windows color (decimal): -11700433 or 3110733. OLE color: 3110733.

HSL color Cylindrical-coordinate representation of color #4D772F: hue angle of 95º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D772F is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 119 47 -
CMYK 0.35 0 0.61 0.53
HSL 95º 0.43% 0.33% -
HSV(B) 95º 0.61% 0.47% -
XYZ 10.17 14.98 5.04 -
YUV 98.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 77 119 47 0.35 0 0.61 0.53 95 0.43 0.33
Hex 4D 77 2F 23 0 3D 35 5F 2B 21
Octal 115 167 57 43 0 75 65 137 53 41
Binary 1001101 1110111 101111 100011 0 111101 110101 1011111 101011 100001

Color Harmonies of #4D772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D772F

Black with #4D772F

Text Example


Text Example

White with #4D772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,119,47); }

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

background-color css

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

 a { background-color: rgb(77,119,47); }

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

border-color css

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

 span { border-color: rgb(77,119,47); }

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