Html Css Color HEX #485914 Verdun Green

📋 copy color: '#485914'

red 72 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #485914

Tints of Verdun Green #485914

RGB

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

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

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

R = 39.78%
G = 49.17%
B = 11.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#485914 (or 0x485914) is known color: Verdun Green. HEX triplet: 48, 59 and 14. RGB value is (72,89,20). Sum of RGB (Red+Green+Blue) = 72+89+20=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #485914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485914 is #B7A6EB. Grayscale: #4C4C4C. Windows color (decimal): -12035820 or 1333576. OLE color: 1333576.

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

Color convert

RGB 72 89 20 -
CMYK 0.19 0 0.78 0.65
HSL 74.78º 0.63% 0.21% -
HSV(B) 74.78º 0.78% 0.35% -
XYZ 6.37 8.57 1.98 -
YUV 76.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 72 89 20 0.19 0 0.78 0.65 74.78 0.63 0.21
Hex 48 59 14 13 0 4E 41 4B 3F 15
Octal 110 131 24 23 0 116 101 113 77 25
Binary 1001000 1011001 10100 10011 0 1001110 1000001 1001011 111111 10101

Color Harmonies of #485914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485914

Black with #485914

Text Example


Text Example

White with #485914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485914; }

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

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

background-color css

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

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

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

border-color css

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

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

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