Html Css Color HEX #4A6000 Verdun Green

📋 copy color: '#4A6000'

red 74 ◦ green 96 ◦ blue 0

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

Shades of Verdun Green #4A6000

Tints of Verdun Green #4A6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.53%
G = 56.47%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#4A6000 (or 0x4A6000) is known color: Verdun Green. HEX triplet: 4A, 60 and 00. RGB value is (74,96,0). Sum of RGB (Red+Green+Blue) = 74+96+0=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6000 is #B59FFF. Grayscale: #4E4E4E. Windows color (decimal): -11902976 or 24650. OLE color: 24650.

HSL color Cylindrical-coordinate representation of color #4A6000: hue angle of 73.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A6000 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 96 0 -
CMYK 0.23 0 1 0.62
HSL 73.75º 1% 0.19% -
HSV(B) 73.75º 1% 0.38% -
XYZ 7.01 9.82 1.53 -
YUV 78.48 83.71 124.81 -
System Red Green Blue C M Y K H S L
Decimal 74 96 0 0.23 0 1 0.62 73.75 1 0.19
Hex 4A 60 0 17 0 64 3E 4A 64 13
Octal 112 140 0 27 0 144 76 112 144 23
Binary 1001010 1100000 0 10111 0 1100100 111110 1001010 1100100 10011

Color Harmonies of #4A6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6000

Black with #4A6000

Text Example


Text Example

White with #4A6000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,96,0); }

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

background-color css

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

 a { background-color: rgb(74,96,0); }

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

border-color css

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

 span { border-color: rgb(74,96,0); }

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