Html Css Color HEX #4C5901 Verdun Green

📋 copy color: '#4C5901'

red 76 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #4C5901

Tints of Verdun Green #4C5901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.61%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 45.78%
G = 53.61%
B = 0.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#4C5901 (or 0x4C5901) is known color: Verdun Green. HEX triplet: 4C, 59 and 01. RGB value is (76,89,1). Sum of RGB (Red+Green+Blue) = 76+89+1=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5901 is #B3A6FE. Grayscale: #4B4B4B. Windows color (decimal): -11773695 or 88396. OLE color: 88396.

HSL color Cylindrical-coordinate representation of color #4C5901: hue angle of 68.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C5901 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 89 1 -
CMYK 0.15 0 0.99 0.65
HSL 68.86º 0.98% 0.18% -
HSV(B) 68.86º 0.99% 0.35% -
XYZ 6.56 8.68 1.36 -
YUV 75.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 76 89 1 0.15 0 0.99 0.65 68.86 0.98 0.18
Hex 4C 59 1 F 0 63 41 45 62 12
Octal 114 131 1 17 0 143 101 105 142 22
Binary 1001100 1011001 1 1111 0 1100011 1000001 1000101 1100010 10010

Color Harmonies of #4C5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5901

Black with #4C5901

Text Example


Text Example

White with #4C5901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,89,1); }

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

background-color css

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

 a { background-color: rgb(76,89,1); }

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

border-color css

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

 span { border-color: rgb(76,89,1); }

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