Html Css Color HEX #4C630A Verdun Green

📋 copy color: '#4C630A'

red 76 ◦ green 99 ◦ blue 10

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

Shades of Verdun Green #4C630A

Tints of Verdun Green #4C630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.51%

 BLUE value IS 10 (4.3% from 255) = 5.41%

R = 41.08%
G = 53.51%
B = 5.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#4C630A (or 0x4C630A) is known color: Verdun Green. HEX triplet: 4C, 63 and 0A. RGB value is (76,99,10). Sum of RGB (Red+Green+Blue) = 76+99+10=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #4C630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C630A is #B39CF5. Grayscale: #525252. Windows color (decimal): -11771126 or 680780. OLE color: 680780.

HSL color Cylindrical-coordinate representation of color #4C630A: hue angle of 75.51º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C630A is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 76 99 10 -
CMYK 0.23 0 0.90 0.61
HSL 75.51º 0.82% 0.21% -
HSV(B) 75.51º 0.9% 0.39% -
XYZ 7.5 10.48 1.92 -
YUV 81.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 76 99 10 0.23 0 0.90 0.61 75.51 0.82 0.21
Hex 4C 63 A 17 0 5A 3D 4C 52 15
Octal 114 143 12 27 0 132 75 114 122 25
Binary 1001100 1100011 1010 10111 0 1011010 111101 1001100 1010010 10101

Color Harmonies of #4C630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C630A

Black with #4C630A

Text Example


Text Example

White with #4C630A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,99,10); }

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

background-color css

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

 a { background-color: rgb(76,99,10); }

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

border-color css

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

 span { border-color: rgb(76,99,10); }

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