#484B01

Color #484B01 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #484B01

Tints of Verdun Green #484B01

Color information

#484B01 (or 0x484B01) is unknown color: approx 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

RGB72751-
CMYK0.0400.990.71
HSL62.43º97.37%14.9%-
HSV(B)62.43º98.67%29.41%-
XYZ5.196.410.99-
YUV65.6791.51132.52-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal727510.0400.990.7162.4397.3714.9
Hex484B14063473e61f
Octal1101131401431077614117
Binary10010001001011110001100011100011111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>