#484300

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

Shades of Verdun Green #484300

Tints of Verdun Green #484300

Color information

#484300 (or 0x484300) is unknown color: approx Verdun Green. HEX triplet: 48, 43 and 00. RGB value is (72,67,0). Sum of RGB (Red+Green+Blue) = 72+67+0=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #484300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484300 is #B7BCFF. Grayscale: #3D3D3D. Windows color (decimal): -12041472 or 17224. OLE color: 17224.

HSL color Cylindrical-coordinate representation of color #484300: hue angle of 55.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #484300 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB72670-
CMYK00.0710.72
HSL55.83º100%14.12%-
HSV(B)55.83º100%28.24%-
XYZ4.685.390.79-
YUV60.8693.66135.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.80%
G=48.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7267000.0710.7255.8310014.12
Hex484300764483864e
Octal1101030071441107014416
Binary10010001000011001111100100100100011100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484300; }

 p { color: rgb(72,67,0); }

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

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

 a { background-color: rgb(72,67,0); }

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

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

 span { border-color: rgb(72,67,0); }

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