Html Css Color HEX #486308 Verdun Green

📋 copy color: '#486308'

red 72 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #486308

Tints of Verdun Green #486308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.47%

R = 40.22%
G = 55.31%
B = 4.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#486308 (or 0x486308) is known color: Verdun Green. HEX triplet: 48, 63 and 08. RGB value is (72,99,8). Sum of RGB (Red+Green+Blue) = 72+99+8=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #486308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486308 is #B79CF7. Grayscale: #505050. Windows color (decimal): -12033272 or 549704. OLE color: 549704.

HSL color Cylindrical-coordinate representation of color #486308: hue angle of 77.8º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #486308 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 8 -
CMYK 0.27 0 0.92 0.61
HSL 77.8º 0.85% 0.21% -
HSV(B) 77.8º 0.92% 0.39% -
XYZ 7.18 10.32 1.84 -
YUV 80.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 72 99 8 0.27 0 0.92 0.61 77.8 0.85 0.21
Hex 48 63 8 1B 0 5C 3D 4E 55 15
Octal 110 143 10 33 0 134 75 116 125 25
Binary 1001000 1100011 1000 11011 0 1011100 111101 1001110 1010101 10101

Color Harmonies of #486308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486308

Black with #486308

Text Example


Text Example

White with #486308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486308; }

 p { color: rgb(72,99,8); }

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

background-color css

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

 a { background-color: rgb(72,99,8); }

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

border-color css

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

 span { border-color: rgb(72,99,8); }

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