Html Css Color HEX #484F1C Verdun Green

📋 copy color: '#484F1C'

red 72 ◦ green 79 ◦ blue 28

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

Shades of Verdun Green #484F1C

Tints of Verdun Green #484F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.64%

R = 40.22%
G = 44.13%
B = 15.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#484F1C (or 0x484F1C) is known color: Verdun Green. HEX triplet: 48, 4F and 1C. RGB value is (72,79,28). Sum of RGB (Red+Green+Blue) = 72+79+28=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #484F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F1C is #B7B0E3. Grayscale: #474747. Windows color (decimal): -12038372 or 1855304. OLE color: 1855304.

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

Color convert

RGB 72 79 28 -
CMYK 0.09 0 0.65 0.69
HSL 68.24º 0.48% 0.21% -
HSV(B) 68.24º 0.65% 0.31% -
XYZ 5.68 7.05 2.16 -
YUV 71.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 72 79 28 0.09 0 0.65 0.69 68.24 0.48 0.21
Hex 48 4F 1C 9 0 41 45 44 30 15
Octal 110 117 34 11 0 101 105 104 60 25
Binary 1001000 1001111 11100 1001 0 1000001 1000101 1000100 110000 10101

Color Harmonies of #484F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F1C

Black with #484F1C

Text Example


Text Example

White with #484F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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