Html Css Color HEX #486908 Verdun Green

📋 copy color: '#486908'

red 72 ◦ green 105 ◦ blue 8

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

Shades of Verdun Green #486908

Tints of Verdun Green #486908

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.76%

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

R = 38.92%
G = 56.76%
B = 4.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#486908 (or 0x486908) is known color: Verdun Green. HEX triplet: 48, 69 and 08. RGB value is (72,105,8). Sum of RGB (Red+Green+Blue) = 72+105+8=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #486908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486908 is #B796F7. Grayscale: #545454. Windows color (decimal): -12031736 or 551240. OLE color: 551240.

HSL color Cylindrical-coordinate representation of color #486908: hue angle of 80.41º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #486908 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 8 -
CMYK 0.31 0 0.92 0.59
HSL 80.41º 0.86% 0.22% -
HSV(B) 80.41º 0.92% 0.41% -
XYZ 7.77 11.5 2.04 -
YUV 84.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 72 105 8 0.31 0 0.92 0.59 80.41 0.86 0.22
Hex 48 69 8 1F 0 5C 3B 50 56 16
Octal 110 151 10 37 0 134 73 120 126 26
Binary 1001000 1101001 1000 11111 0 1011100 111011 1010000 1010110 10110

Color Harmonies of #486908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486908

Black with #486908

Text Example


Text Example

White with #486908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486908; }

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

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

background-color css

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

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

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

border-color css

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

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

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