Html Css Color HEX #4A630C Verdun Green

📋 copy color: '#4A630C'

red 74 ◦ green 99 ◦ blue 12

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

Shades of Verdun Green #4A630C

Tints of Verdun Green #4A630C

RGB

 RED value IS 74 (29.3% from 255) = 40%

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

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 40%
G = 53.51%
B = 6.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#4A630C (or 0x4A630C) is known color: Verdun Green. HEX triplet: 4A, 63 and 0C. RGB value is (74,99,12). Sum of RGB (Red+Green+Blue) = 74+99+12=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #4A630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A630C is #B59CF3. Grayscale: #515151. Windows color (decimal): -11902196 or 811850. OLE color: 811850.

HSL color Cylindrical-coordinate representation of color #4A630C: hue angle of 77.24º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A630C is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 99 12 -
CMYK 0.25 0 0.88 0.61
HSL 77.24º 0.78% 0.22% -
HSV(B) 77.24º 0.88% 0.39% -
XYZ 7.35 10.41 1.97 -
YUV 81.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 74 99 12 0.25 0 0.88 0.61 77.24 0.78 0.22
Hex 4A 63 C 19 0 58 3D 4D 4E 16
Octal 112 143 14 31 0 130 75 115 116 26
Binary 1001010 1100011 1100 11001 0 1011000 111101 1001101 1001110 10110

Color Harmonies of #4A630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A630C

Black with #4A630C

Text Example


Text Example

White with #4A630C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,99,12); }

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

background-color css

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

 a { background-color: rgb(74,99,12); }

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

border-color css

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

 span { border-color: rgb(74,99,12); }

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