Html Css Color HEX #4D762F Dell

📋 copy color: '#4D762F'

red 77 ◦ green 118 ◦ blue 47

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

Shades of Dell #4D762F

Tints of Dell #4D762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 31.82%
G = 48.76%
B = 19.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#4D762F (or 0x4D762F) is known color: Dell. HEX triplet: 4D, 76 and 2F. RGB value is (77,118,47). Sum of RGB (Red+Green+Blue) = 77+118+47=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #4D762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D762F is #B289D0. Grayscale: #616161. Windows color (decimal): -11700689 or 3110477. OLE color: 3110477.

HSL color Cylindrical-coordinate representation of color #4D762F: hue angle of 94.65º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D762F is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 118 47 -
CMYK 0.35 0 0.60 0.54
HSL 94.65º 0.43% 0.32% -
HSV(B) 94.65º 0.6% 0.46% -
XYZ 10.05 14.74 5 -
YUV 97.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 77 118 47 0.35 0 0.60 0.54 94.65 0.43 0.32
Hex 4D 76 2F 23 0 3C 36 5F 2B 20
Octal 115 166 57 43 0 74 66 137 53 40
Binary 1001101 1110110 101111 100011 0 111100 110110 1011111 101011 100000

Color Harmonies of #4D762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D762F

Black with #4D762F

Text Example


Text Example

White with #4D762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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