Html Css Color HEX #4C6908 Verdun Green

📋 copy color: '#4C6908'

red 76 ◦ green 105 ◦ blue 8

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

Shades of Verdun Green #4C6908

Tints of Verdun Green #4C6908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 40.21%
G = 55.56%
B = 4.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#4C6908 (or 0x4C6908) is known color: Verdun Green. HEX triplet: 4C, 69 and 08. RGB value is (76,105,8). Sum of RGB (Red+Green+Blue) = 76+105+8=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #4C6908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6908 is #B396F7. Grayscale: #555555. Windows color (decimal): -11769592 or 551244. OLE color: 551244.

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

Color convert

RGB 76 105 8 -
CMYK 0.28 0 0.92 0.59
HSL 77.94º 0.86% 0.22% -
HSV(B) 77.94º 0.92% 0.41% -
XYZ 8.08 11.66 2.05 -
YUV 85.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 76 105 8 0.28 0 0.92 0.59 77.94 0.86 0.22
Hex 4C 69 8 1C 0 5C 3B 4E 56 16
Octal 114 151 10 34 0 134 73 116 126 26
Binary 1001100 1101001 1000 11100 0 1011100 111011 1001110 1010110 10110

Color Harmonies of #4C6908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6908

Black with #4C6908

Text Example


Text Example

White with #4C6908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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