Html Css Color HEX #4C5310 Verdun Green

📋 copy color: '#4C5310'

red 76 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #4C5310

Tints of Verdun Green #4C5310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.43%

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 43.43%
G = 47.43%
B = 9.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#4C5310 (or 0x4C5310) is known color: Verdun Green. HEX triplet: 4C, 53 and 10. RGB value is (76,83,16). Sum of RGB (Red+Green+Blue) = 76+83+16=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5310 is #B3ACEF. Grayscale: #494949. Windows color (decimal): -11775216 or 1069900. OLE color: 1069900.

HSL color Cylindrical-coordinate representation of color #4C5310: hue angle of 66.27º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C5310 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 83 16 -
CMYK 0.08 0 0.81 0.67
HSL 66.27º 0.68% 0.19% -
HSV(B) 66.27º 0.81% 0.33% -
XYZ 6.17 7.76 1.66 -
YUV 73.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 76 83 16 0.08 0 0.81 0.67 66.27 0.68 0.19
Hex 4C 53 10 8 0 51 43 42 44 13
Octal 114 123 20 10 0 121 103 102 104 23
Binary 1001100 1010011 10000 1000 0 1010001 1000011 1000010 1000100 10011

Color Harmonies of #4C5310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5310

Black with #4C5310

Text Example


Text Example

White with #4C5310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,16); }

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

background-color css

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

 a { background-color: rgb(76,83,16); }

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

border-color css

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

 span { border-color: rgb(76,83,16); }

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