Html Css Color HEX #484C0F Verdun Green

📋 copy color: '#484C0F'

red 72 ◦ green 76 ◦ blue 15

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

Shades of Verdun Green #484C0F

Tints of Verdun Green #484C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.63%

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 44.17%
G = 46.63%
B = 9.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.70

RGB Variations

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

Color information

#484C0F (or 0x484C0F) is known color: Verdun Green. HEX triplet: 48, 4C and 0F. RGB value is (72,76,15). Sum of RGB (Red+Green+Blue) = 72+76+15=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #484C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C0F is #B7B3F0. Grayscale: #444444. Windows color (decimal): -12039153 or 1002568. OLE color: 1002568.

HSL color Cylindrical-coordinate representation of color #484C0F: hue angle of 63.93º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #484C0F is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 76 15 -
CMYK 0.05 0 0.80 0.70
HSL 63.93º 0.67% 0.18% -
HSV(B) 63.93º 0.8% 0.3% -
XYZ 5.34 6.58 1.44 -
YUV 67.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 72 76 15 0.05 0 0.80 0.70 63.93 0.67 0.18
Hex 48 4C F 5 0 50 46 40 43 12
Octal 110 114 17 5 0 120 106 100 103 22
Binary 1001000 1001100 1111 101 0 1010000 1000110 1000000 1000011 10010

Color Harmonies of #484C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C0F

Black with #484C0F

Text Example


Text Example

White with #484C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,76,15); }

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

background-color css

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

 a { background-color: rgb(72,76,15); }

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

border-color css

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

 span { border-color: rgb(72,76,15); }

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