Html Css Color HEX #486A0B Verdun Green

📋 copy color: '#486A0B'

red 72 ◦ green 106 ◦ blue 11

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

Shades of Verdun Green #486A0B

Tints of Verdun Green #486A0B

RGB

 RED value IS 72 (28.52% from 255) = 38.1%

 GREEN value IS 106 (41.8% from 255) = 56.08%

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

R = 38.1%
G = 56.08%
B = 5.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#486A0B (or 0x486A0B) is known color: Verdun Green. HEX triplet: 48, 6A and 0B. RGB value is (72,106,11). Sum of RGB (Red+Green+Blue) = 72+106+11=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 106 (41.80% from 255 or 56.08% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 106 - color contains mainly: green. Hex color #486A0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486A0B is #B795F4. Grayscale: #555555. Windows color (decimal): -12031477 or 748104. OLE color: 748104.

HSL color Cylindrical-coordinate representation of color #486A0B: hue angle of 81.47º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #486A0B is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 106 11 -
CMYK 0.32 0 0.90 0.58
HSL 81.47º 0.81% 0.23% -
HSV(B) 81.47º 0.9% 0.42% -
XYZ 7.89 11.71 2.16 -
YUV 85 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 72 106 11 0.32 0 0.90 0.58 81.47 0.81 0.23
Hex 48 6A B 20 0 5A 3A 51 51 17
Octal 110 152 13 40 0 132 72 121 121 27
Binary 1001000 1101010 1011 100000 0 1011010 111010 1010001 1010001 10111

Color Harmonies of #486A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A0B

Black with #486A0B

Text Example


Text Example

White with #486A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486A0B; }

 p { color: rgb(72,106,11); }

 H1.HeaderClassName
 {
   color: #486A0B;
 }
 .AnyTagClassName
 {
   color: #486A0B;
 }
</style>

background-color css

<style>
 a { background-color: #486A0B; }

 a { background-color: rgb(72,106,11); }

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

border-color css

<style>
 span { border-color: #486A0B; }

 span { border-color: rgb(72,106,11); }

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