Html Css Color HEX #485910 Verdun Green

📋 copy color: '#485910'

red 72 ◦ green 89 ◦ blue 16

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

Shades of Verdun Green #485910

Tints of Verdun Green #485910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 40.68%
G = 50.28%
B = 9.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#485910 (or 0x485910) is known color: Verdun Green. HEX triplet: 48, 59 and 10. RGB value is (72,89,16). Sum of RGB (Red+Green+Blue) = 72+89+16=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #485910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485910 is #B7A6EF. Grayscale: #4B4B4B. Windows color (decimal): -12035824 or 1071432. OLE color: 1071432.

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

Color convert

RGB 72 89 16 -
CMYK 0.19 0 0.82 0.65
HSL 73.97º 0.7% 0.21% -
HSV(B) 73.97º 0.82% 0.35% -
XYZ 6.34 8.56 1.81 -
YUV 75.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 72 89 16 0.19 0 0.82 0.65 73.97 0.7 0.21
Hex 48 59 10 13 0 52 41 4A 46 15
Octal 110 131 20 23 0 122 101 112 106 25
Binary 1001000 1011001 10000 10011 0 1010010 1000001 1001010 1000110 10101

Color Harmonies of #485910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485910

Black with #485910

Text Example


Text Example

White with #485910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485910; }

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

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

background-color css

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

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

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

border-color css

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

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

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