#484B05

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

Shades of Verdun Green #484B05

Tints of Verdun Green #484B05

Color information

#484B05 (or 0x484B05) is unknown color: approx Verdun Green. HEX triplet: 48, 4B and 05. RGB value is (72,75,5). Sum of RGB (Red+Green+Blue) = 72+75+5=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #484B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484B05 is #B7B4FA. Grayscale: #424242. Windows color (decimal): -12039419 or 346952. OLE color: 346952.

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

Color convert

RGB72755-
CMYK0.0400.930.71
HSL62.57º87.5%15.69%-
HSV(B)62.57º93.33%29.41%-
XYZ5.226.421.11-
YUV66.1293.51132.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 75 (29.69% from 255) = 49.34%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=47.37%
G=49.34%
B=3.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal727550.0400.930.7162.5787.515.69
Hex484B5405D473f5810
Octal1101135401351077713020
Binary10010001001011101100010111011000111111111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #484B05;
 }
 .AnyTagClassName
 {
   color: #484B05;
 }
</style>
background-color css

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

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

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

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

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

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