Html Css Color HEX #486605 Verdun Green

📋 copy color: '#486605'

red 72 ◦ green 102 ◦ blue 5

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

Shades of Verdun Green #486605

Tints of Verdun Green #486605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.98%

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

R = 40.22%
G = 56.98%
B = 2.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#486605 (or 0x486605) is known color: Verdun Green. HEX triplet: 48, 66 and 05. RGB value is (72,102,5). Sum of RGB (Red+Green+Blue) = 72+102+5=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #486605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486605 is #B799FA. Grayscale: #525252. Windows color (decimal): -12032507 or 353864. OLE color: 353864.

HSL color Cylindrical-coordinate representation of color #486605: hue angle of 78.56º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #486605 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 5 -
CMYK 0.29 0 0.95 0.6
HSL 78.56º 0.91% 0.21% -
HSV(B) 78.56º 0.95% 0.4% -
XYZ 7.45 10.89 1.85 -
YUV 81.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 72 102 5 0.29 0 0.95 0.6 78.56 0.91 0.21
Hex 48 66 5 1D 0 5F 3C 4F 5B 15
Octal 110 146 5 35 0 137 74 117 133 25
Binary 1001000 1100110 101 11101 0 1011111 111100 1001111 1011011 10101

Color Harmonies of #486605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486605

Black with #486605

Text Example


Text Example

White with #486605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486605; }

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

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

background-color css

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

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

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

border-color css

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

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

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