Html Css Color HEX #484C01 Verdun Green

📋 copy color: '#484C01'

red 72 ◦ green 76 ◦ blue 1

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

Shades of Verdun Green #484C01

Tints of Verdun Green #484C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 48.32%
G = 51.01%
B = 0.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#484C01 (or 0x484C01) is known color: Verdun Green. HEX triplet: 48, 4C and 01. RGB value is (72,76,1). Sum of RGB (Red+Green+Blue) = 72+76+1=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #484C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C01 is #B7B3FE. Grayscale: #424242. Windows color (decimal): -12039167 or 85064. OLE color: 85064.

HSL color Cylindrical-coordinate representation of color #484C01: hue angle of 63.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #484C01 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 76 1 -
CMYK 0.05 0 0.99 0.70
HSL 63.2º 0.97% 0.15% -
HSV(B) 63.2º 0.99% 0.3% -
XYZ 5.26 6.55 1.02 -
YUV 66.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 72 76 1 0.05 0 0.99 0.70 63.2 0.97 0.15
Hex 48 4C 1 5 0 63 46 3F 61 F
Octal 110 114 1 5 0 143 106 77 141 17
Binary 1001000 1001100 1 101 0 1100011 1000110 111111 1100001 1111

Color Harmonies of #484C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C01

Black with #484C01

Text Example


Text Example

White with #484C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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