Html Css Color HEX #4C6905 Verdun Green

📋 copy color: '#4C6905'

red 76 ◦ green 105 ◦ blue 5

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

Shades of Verdun Green #4C6905

Tints of Verdun Green #4C6905

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.45%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 40.86%
G = 56.45%
B = 2.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#4C6905 (or 0x4C6905) is known color: Verdun Green. HEX triplet: 4C, 69 and 05. RGB value is (76,105,5). Sum of RGB (Red+Green+Blue) = 76+105+5=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #4C6905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6905 is #B396FA. Grayscale: #555555. Windows color (decimal): -11769595 or 354636. OLE color: 354636.

HSL color Cylindrical-coordinate representation of color #4C6905: hue angle of 77.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C6905 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 105 5 -
CMYK 0.28 0 0.95 0.59
HSL 77.4º 0.91% 0.22% -
HSV(B) 77.4º 0.95% 0.41% -
XYZ 8.06 11.65 1.97 -
YUV 84.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 76 105 5 0.28 0 0.95 0.59 77.4 0.91 0.22
Hex 4C 69 5 1C 0 5F 3B 4D 5B 16
Octal 114 151 5 34 0 137 73 115 133 26
Binary 1001100 1101001 101 11100 0 1011111 111011 1001101 1011011 10110

Color Harmonies of #4C6905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6905

Black with #4C6905

Text Example


Text Example

White with #4C6905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,105,5); }

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

background-color css

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

 a { background-color: rgb(76,105,5); }

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

border-color css

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

 span { border-color: rgb(76,105,5); }

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