Html Css Color HEX #484D15 Verdun Green

📋 copy color: '#484D15'

red 72 ◦ green 77 ◦ blue 21

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

Shades of Verdun Green #484D15

Tints of Verdun Green #484D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.29%

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

R = 42.35%
G = 45.29%
B = 12.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#484D15 (or 0x484D15) is known color: Verdun Green. HEX triplet: 48, 4D and 15. RGB value is (72,77,21). Sum of RGB (Red+Green+Blue) = 72+77+21=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #484D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D15 is #B7B2EA. Grayscale: #454545. Windows color (decimal): -12038891 or 1396040. OLE color: 1396040.

HSL color Cylindrical-coordinate representation of color #484D15: hue angle of 65.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #484D15 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 77 21 -
CMYK 0.06 0 0.73 0.70
HSL 65.36º 0.57% 0.19% -
HSV(B) 65.36º 0.73% 0.3% -
XYZ 5.46 6.74 1.72 -
YUV 69.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 72 77 21 0.06 0 0.73 0.70 65.36 0.57 0.19
Hex 48 4D 15 6 0 49 46 41 39 13
Octal 110 115 25 6 0 111 106 101 71 23
Binary 1001000 1001101 10101 110 0 1001001 1000110 1000001 111001 10011

Color Harmonies of #484D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D15

Black with #484D15

Text Example


Text Example

White with #484D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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