Html Css Color HEX #485614 Verdun Green

📋 copy color: '#485614'

red 72 ◦ green 86 ◦ blue 20

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

Shades of Verdun Green #485614

Tints of Verdun Green #485614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.31%

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 40.45%
G = 48.31%
B = 11.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#485614 (or 0x485614) is known color: Verdun Green. HEX triplet: 48, 56 and 14. RGB value is (72,86,20). Sum of RGB (Red+Green+Blue) = 72+86+20=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #485614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485614 is #B7A9EB. Grayscale: #4A4A4A. Windows color (decimal): -12036588 or 1332808. OLE color: 1332808.

HSL color Cylindrical-coordinate representation of color #485614: hue angle of 72.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #485614 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 20 -
CMYK 0.16 0 0.77 0.66
HSL 72.73º 0.62% 0.21% -
HSV(B) 72.73º 0.77% 0.34% -
XYZ 6.13 8.08 1.9 -
YUV 74.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 72 86 20 0.16 0 0.77 0.66 72.73 0.62 0.21
Hex 48 56 14 10 0 4D 42 49 3E 15
Octal 110 126 24 20 0 115 102 111 76 25
Binary 1001000 1010110 10100 10000 0 1001101 1000010 1001001 111110 10101

Color Harmonies of #485614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485614

Black with #485614

Text Example


Text Example

White with #485614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485614; }

 p { color: rgb(72,86,20); }

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

background-color css

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

 a { background-color: rgb(72,86,20); }

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

border-color css

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

 span { border-color: rgb(72,86,20); }

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