Html Css Color HEX #485114 Verdun Green

📋 copy color: '#485114'

red 72 ◦ green 81 ◦ blue 20

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

Shades of Verdun Green #485114

Tints of Verdun Green #485114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

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

R = 41.62%
G = 46.82%
B = 11.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#485114 (or 0x485114) is known color: Verdun Green. HEX triplet: 48, 51 and 14. RGB value is (72,81,20). Sum of RGB (Red+Green+Blue) = 72+81+20=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #485114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485114 is #B7AEEB. Grayscale: #474747. Windows color (decimal): -12037868 or 1331528. OLE color: 1331528.

HSL color Cylindrical-coordinate representation of color #485114: hue angle of 68.85º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #485114 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 20 -
CMYK 0.11 0 0.75 0.68
HSL 68.85º 0.6% 0.2% -
HSV(B) 68.85º 0.75% 0.32% -
XYZ 5.74 7.31 1.77 -
YUV 71.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 72 81 20 0.11 0 0.75 0.68 68.85 0.6 0.2
Hex 48 51 14 B 0 4B 44 45 3C 14
Octal 110 121 24 13 0 113 104 105 74 24
Binary 1001000 1010001 10100 1011 0 1001011 1000100 1000101 111100 10100

Color Harmonies of #485114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485114

Black with #485114

Text Example


Text Example

White with #485114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485114; }

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

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

background-color css

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

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

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

border-color css

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

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

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