#4C621B

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

Shades of Verdun Green #4C621B

Tints of Verdun Green #4C621B

Color information

#4C621B (or 0x4C621B) is unknown color: approx Verdun Green. HEX triplet: 4C, 62 and 1B. RGB value is (76,98,27). Sum of RGB (Red+Green+Blue) = 76+98+27=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #4C621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C621B is #B39DE4. Grayscale: #535353. Windows color (decimal): -11771365 or 1794636. OLE color: 1794636.

HSL color Cylindrical-coordinate representation of color #4C621B: hue angle of 78.59º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C621B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB769827-
CMYK0.2200.720.62
HSL78.59º56.8%24.51%-
HSV(B)78.59º72.45%38.43%-
XYZ7.5510.352.64-
YUV83.3396.21122.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.81%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=37.81%
G=48.76%
B=13.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7698270.2200.720.6278.5956.824.51
Hex4C621B160483E4f3919
Octal11414233260110761177131
Binary10011001100010110111011001001000111110100111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,98,27); }

 H1.HeaderClassName
 {
   color: #4C621B;
 }
 .AnyTagClassName
 {
   color: #4C621B;
 }
</style>
background-color css

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

 a { background-color: rgb(76,98,27); }

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

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

 span { border-color: rgb(76,98,27); }

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