Html Css Color HEX #486F05 Verdun Green

📋 copy color: '#486F05'

red 72 ◦ green 111 ◦ blue 5

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

Shades of Verdun Green #486F05

Tints of Verdun Green #486F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.66%

R = 38.3%
G = 59.04%
B = 2.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#486F05 (or 0x486F05) is known color: Verdun Green. HEX triplet: 48, 6F and 05. RGB value is (72,111,5). Sum of RGB (Red+Green+Blue) = 72+111+5=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 111 (43.75% from 255 or 59.04% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 111 - color contains mainly: green. Hex color #486F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F05 is #B790FA. Grayscale: #575757. Windows color (decimal): -12030203 or 356168. OLE color: 356168.

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

Color convert

RGB 72 111 5 -
CMYK 0.35 0 0.95 0.56
HSL 82.08º 0.91% 0.23% -
HSV(B) 82.08º 0.95% 0.44% -
XYZ 8.38 12.76 2.16 -
YUV 87.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 72 111 5 0.35 0 0.95 0.56 82.08 0.91 0.23
Hex 48 6F 5 23 0 5F 38 52 5B 17
Octal 110 157 5 43 0 137 70 122 133 27
Binary 1001000 1101111 101 100011 0 1011111 111000 1010010 1011011 10111

Color Harmonies of #486F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F05

Black with #486F05

Text Example


Text Example

White with #486F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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