Html Css Color HEX #485915 Verdun Green

📋 copy color: '#485915'

red 72 ◦ green 89 ◦ blue 21

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

Shades of Verdun Green #485915

Tints of Verdun Green #485915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.9%

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 39.56%
G = 48.9%
B = 11.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#485915 (or 0x485915) is known color: Verdun Green. HEX triplet: 48, 59 and 15. RGB value is (72,89,21). Sum of RGB (Red+Green+Blue) = 72+89+21=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #485915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485915 is #B7A6EA. Grayscale: #4C4C4C. Windows color (decimal): -12035819 or 1399112. OLE color: 1399112.

HSL color Cylindrical-coordinate representation of color #485915: hue angle of 75º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #485915 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 21 -
CMYK 0.19 0 0.76 0.65
HSL 75º 0.62% 0.22% -
HSV(B) 75º 0.76% 0.35% -
XYZ 6.38 8.58 2.03 -
YUV 76.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 72 89 21 0.19 0 0.76 0.65 75 0.62 0.22
Hex 48 59 15 13 0 4C 41 4B 3E 16
Octal 110 131 25 23 0 114 101 113 76 26
Binary 1001000 1011001 10101 10011 0 1001100 1000001 1001011 111110 10110

Color Harmonies of #485915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485915

Black with #485915

Text Example


Text Example

White with #485915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485915; }

 p { color: rgb(72,89,21); }

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

background-color css

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

 a { background-color: rgb(72,89,21); }

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

border-color css

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

 span { border-color: rgb(72,89,21); }

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