Html Css Color HEX #484B01 Verdun Green

📋 copy color: '#484B01'

red 72 ◦ green 75 ◦ blue 1

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

Shades of Verdun Green #484B01

Tints of Verdun Green #484B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50.68%

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

R = 48.65%
G = 50.68%
B = 0.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#484B01 (or 0x484B01) is known color: Verdun Green. HEX triplet: 48, 4B and 01. RGB value is (72,75,1). Sum of RGB (Red+Green+Blue) = 72+75+1=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #484B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484B01 is #B7B4FE. Grayscale: #414141. Windows color (decimal): -12039423 or 84808. OLE color: 84808.

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

Color convert

RGB 72 75 1 -
CMYK 0.04 0 0.99 0.71
HSL 62.43º 0.97% 0.15% -
HSV(B) 62.43º 0.99% 0.29% -
XYZ 5.19 6.41 0.99 -
YUV 65.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 72 75 1 0.04 0 0.99 0.71 62.43 0.97 0.15
Hex 48 4B 1 4 0 63 47 3E 61 F
Octal 110 113 1 4 0 143 107 76 141 17
Binary 1001000 1001011 1 100 0 1100011 1000111 111110 1100001 1111

Color Harmonies of #484B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B01

Black with #484B01

Text Example


Text Example

White with #484B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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