Html Css Color HEX #484D0C Verdun Green

📋 copy color: '#484D0C'

red 72 ◦ green 77 ◦ blue 12

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

Shades of Verdun Green #484D0C

Tints of Verdun Green #484D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.45%

R = 44.72%
G = 47.83%
B = 7.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#484D0C (or 0x484D0C) is known color: Verdun Green. HEX triplet: 48, 4D and 0C. RGB value is (72,77,12). Sum of RGB (Red+Green+Blue) = 72+77+12=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #484D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D0C is #B7B2F3. Grayscale: #444444. Windows color (decimal): -12038900 or 806216. OLE color: 806216.

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

Color convert

RGB 72 77 12 -
CMYK 0.06 0 0.84 0.70
HSL 64.62º 0.73% 0.17% -
HSV(B) 64.62º 0.84% 0.3% -
XYZ 5.39 6.71 1.36 -
YUV 68.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 72 77 12 0.06 0 0.84 0.70 64.62 0.73 0.17
Hex 48 4D C 6 0 54 46 41 49 11
Octal 110 115 14 6 0 124 106 101 111 21
Binary 1001000 1001101 1100 110 0 1010100 1000110 1000001 1001001 10001

Color Harmonies of #484D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D0C

Black with #484D0C

Text Example


Text Example

White with #484D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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