Html Css Color HEX #4C6B0B Verdun Green

📋 copy color: '#4C6B0B'

red 76 ◦ green 107 ◦ blue 11

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

Shades of Verdun Green #4C6B0B

Tints of Verdun Green #4C6B0B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 55.15%

 BLUE value IS 11 (4.69% from 255) = 5.67%

R = 39.18%
G = 55.15%
B = 5.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#4C6B0B (or 0x4C6B0B) is known color: Verdun Green. HEX triplet: 4C, 6B and 0B. RGB value is (76,107,11). Sum of RGB (Red+Green+Blue) = 76+107+11=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6B0B is #B394F4. Grayscale: #575757. Windows color (decimal): -11769077 or 748364. OLE color: 748364.

HSL color Cylindrical-coordinate representation of color #4C6B0B: hue angle of 79.38º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C6B0B is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 107 11 -
CMYK 0.29 0 0.90 0.58
HSL 79.38º 0.81% 0.23% -
HSV(B) 79.38º 0.9% 0.42% -
XYZ 8.3 12.08 2.21 -
YUV 86.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 76 107 11 0.29 0 0.90 0.58 79.38 0.81 0.23
Hex 4C 6B B 1D 0 5A 3A 4F 51 17
Octal 114 153 13 35 0 132 72 117 121 27
Binary 1001100 1101011 1011 11101 0 1011010 111010 1001111 1010001 10111

Color Harmonies of #4C6B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6B0B

Black with #4C6B0B

Text Example


Text Example

White with #4C6B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,107,11); }

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

background-color css

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

 a { background-color: rgb(76,107,11); }

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

border-color css

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

 span { border-color: rgb(76,107,11); }

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