#4C772F

Color #4C772F Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #4C772F

Tints of Dell #4C772F

Color information

#4C772F (or 0x4C772F) is unknown color: approx 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

RGB7611947-
CMYK0.3600.610.53
HSL95.83º43.37%32.55%-
HSV(B)95.83º60.5%46.67%-
XYZ10.0914.945.04-
YUV97.9499.25112.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.40%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=31.40%
G=49.17%
B=19.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76119470.3600.610.5395.8343.3732.55
Hex4C772F2403D35602b21
Octal1141675744075651405341
Binary1001100111011110111110010001111011101011100000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>