Html Css Color HEX #485B14 Verdun Green

📋 copy color: '#485B14'

red 72 ◦ green 91 ◦ blue 20

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

Shades of Verdun Green #485B14

Tints of Verdun Green #485B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 49.73%

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

R = 39.34%
G = 49.73%
B = 10.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#485B14 (or 0x485B14) is known color: Verdun Green. HEX triplet: 48, 5B and 14. RGB value is (72,91,20). Sum of RGB (Red+Green+Blue) = 72+91+20=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #485B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485B14 is #B7A4EB. Grayscale: #4D4D4D. Windows color (decimal): -12035308 or 1334088. OLE color: 1334088.

HSL color Cylindrical-coordinate representation of color #485B14: hue angle of 76.06º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #485B14 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 91 20 -
CMYK 0.21 0 0.78 0.64
HSL 76.06º 0.64% 0.22% -
HSV(B) 76.06º 0.78% 0.36% -
XYZ 6.54 8.91 2.04 -
YUV 77.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 72 91 20 0.21 0 0.78 0.64 76.06 0.64 0.22
Hex 48 5B 14 15 0 4E 40 4C 40 16
Octal 110 133 24 25 0 116 100 114 100 26
Binary 1001000 1011011 10100 10101 0 1001110 1000000 1001100 1000000 10110

Color Harmonies of #485B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B14

Black with #485B14

Text Example


Text Example

White with #485B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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