Html Css Color HEX #4A600B Verdun Green

📋 copy color: '#4A600B'

red 74 ◦ green 96 ◦ blue 11

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

Shades of Verdun Green #4A600B

Tints of Verdun Green #4A600B

RGB

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

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

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

R = 40.88%
G = 53.04%
B = 6.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#4A600B (or 0x4A600B) is known color: Verdun Green. HEX triplet: 4A, 60 and 0B. RGB value is (74,96,11). Sum of RGB (Red+Green+Blue) = 74+96+11=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #4A600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A600B is #B59FF4. Grayscale: #505050. Windows color (decimal): -11902965 or 745546. OLE color: 745546.

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

Color convert

RGB 74 96 11 -
CMYK 0.23 0 0.89 0.62
HSL 75.53º 0.79% 0.21% -
HSV(B) 75.53º 0.89% 0.38% -
XYZ 7.07 9.85 1.84 -
YUV 79.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 74 96 11 0.23 0 0.89 0.62 75.53 0.79 0.21
Hex 4A 60 B 17 0 59 3E 4C 4F 15
Octal 112 140 13 27 0 131 76 114 117 25
Binary 1001010 1100000 1011 10111 0 1011001 111110 1001100 1001111 10101

Color Harmonies of #4A600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A600B

Black with #4A600B

Text Example


Text Example

White with #4A600B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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