Html Css Color HEX #486F09 Verdun Green

📋 copy color: '#486F09'

red 72 ◦ green 111 ◦ blue 9

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

Shades of Verdun Green #486F09

Tints of Verdun Green #486F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.81%

 BLUE value IS 9 (3.91% from 255) = 4.69%

R = 37.5%
G = 57.81%
B = 4.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#486F09 (or 0x486F09) is known color: Verdun Green. HEX triplet: 48, 6F and 09. RGB value is (72,111,9). Sum of RGB (Red+Green+Blue) = 72+111+9=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #486F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F09 is #B790F6. Grayscale: #585858. Windows color (decimal): -12030199 or 618312. OLE color: 618312.

HSL color Cylindrical-coordinate representation of color #486F09: hue angle of 82.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #486F09 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 9 -
CMYK 0.35 0 0.92 0.56
HSL 82.94º 0.85% 0.24% -
HSV(B) 82.94º 0.92% 0.44% -
XYZ 8.41 12.77 2.28 -
YUV 87.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 72 111 9 0.35 0 0.92 0.56 82.94 0.85 0.24
Hex 48 6F 9 23 0 5C 38 53 55 18
Octal 110 157 11 43 0 134 70 123 125 30
Binary 1001000 1101111 1001 100011 0 1011100 111000 1010011 1010101 11000

Color Harmonies of #486F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F09

Black with #486F09

Text Example


Text Example

White with #486F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,111,9); }

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

background-color css

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

 a { background-color: rgb(72,111,9); }

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

border-color css

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

 span { border-color: rgb(72,111,9); }

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