Html Css Color HEX #486305 Verdun Green

📋 copy color: '#486305'

red 72 ◦ green 99 ◦ blue 5

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

Shades of Verdun Green #486305

Tints of Verdun Green #486305

RGB

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

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

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

R = 40.91%
G = 56.25%
B = 2.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#486305 (or 0x486305) is known color: Verdun Green. HEX triplet: 48, 63 and 05. RGB value is (72,99,5). Sum of RGB (Red+Green+Blue) = 72+99+5=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #486305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486305 is #B79CFA. Grayscale: #505050. Windows color (decimal): -12033275 or 353096. OLE color: 353096.

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

Color convert

RGB 72 99 5 -
CMYK 0.27 0 0.95 0.61
HSL 77.23º 0.9% 0.2% -
HSV(B) 77.23º 0.95% 0.39% -
XYZ 7.16 10.31 1.76 -
YUV 80.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 72 99 5 0.27 0 0.95 0.61 77.23 0.9 0.2
Hex 48 63 5 1B 0 5F 3D 4D 5A 14
Octal 110 143 5 33 0 137 75 115 132 24
Binary 1001000 1100011 101 11011 0 1011111 111101 1001101 1011010 10100

Color Harmonies of #486305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486305

Black with #486305

Text Example


Text Example

White with #486305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486305; }

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

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

background-color css

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

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

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

border-color css

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

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

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