Html Css Color HEX #4C772F Dell

📋 copy color: '#4C772F'

red 76 ◦ green 119 ◦ blue 47

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

Shades of Dell #4C772F

Tints of Dell #4C772F

RGB

 RED value IS 76 (30.08% from 255) = 31.4%

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

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

R = 31.4%
G = 49.17%
B = 19.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#4C772F (or 0x4C772F) is known color: Dell. HEX triplet: 4C, 77 and 2F. RGB value is (76,119,47). Sum of RGB (Red+Green+Blue) = 76+119+47=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #4C772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C772F is #B388D0. Grayscale: #626262. Windows color (decimal): -11765969 or 3110732. OLE color: 3110732.

HSL color Cylindrical-coordinate representation of color #4C772F: hue angle of 95.83º 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 #4C772F is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 119 47 -
CMYK 0.36 0 0.61 0.53
HSL 95.83º 0.43% 0.33% -
HSV(B) 95.83º 0.61% 0.47% -
XYZ 10.09 14.94 5.04 -
YUV 97.94 99.25 112.35 -
System Red Green Blue C M Y K H S L
Decimal 76 119 47 0.36 0 0.61 0.53 95.83 0.43 0.33
Hex 4C 77 2F 24 0 3D 35 60 2B 21
Octal 114 167 57 44 0 75 65 140 53 41
Binary 1001100 1110111 101111 100100 0 111101 110101 1100000 101011 100001

Color Harmonies of #4C772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C772F

Black with #4C772F

Text Example


Text Example

White with #4C772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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