Html Css Color HEX #484F19 Verdun Green

📋 copy color: '#484F19'

red 72 ◦ green 79 ◦ blue 25

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

Shades of Verdun Green #484F19

Tints of Verdun Green #484F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.89%

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 40.91%
G = 44.89%
B = 14.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#484F19 (or 0x484F19) is known color: Verdun Green. HEX triplet: 48, 4F and 19. RGB value is (72,79,25). Sum of RGB (Red+Green+Blue) = 72+79+25=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #484F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484F19 is #B7B0E6. Grayscale: #464646. Windows color (decimal): -12038375 or 1658696. OLE color: 1658696.

HSL color Cylindrical-coordinate representation of color #484F19: hue angle of 67.78º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484F19 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 79 25 -
CMYK 0.09 0 0.68 0.69
HSL 67.78º 0.52% 0.2% -
HSV(B) 67.78º 0.68% 0.31% -
XYZ 5.64 7.04 1.98 -
YUV 70.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 72 79 25 0.09 0 0.68 0.69 67.78 0.52 0.2
Hex 48 4F 19 9 0 44 45 44 34 14
Octal 110 117 31 11 0 104 105 104 64 24
Binary 1001000 1001111 11001 1001 0 1000100 1000101 1000100 110100 10100

Color Harmonies of #484F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F19

Black with #484F19

Text Example


Text Example

White with #484F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,79,25); }

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

background-color css

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

 a { background-color: rgb(72,79,25); }

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

border-color css

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

 span { border-color: rgb(72,79,25); }

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