Html Css Color HEX #454800 Verdun Green

📋 copy color: '#454800'

red 69 ◦ green 72 ◦ blue 0

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

Shades of Verdun Green #454800

Tints of Verdun Green #454800

RGB

 RED value IS 69 (27.34% from 255) = 48.94%

 GREEN value IS 72 (28.52% from 255) = 51.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.94%
G = 51.06%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#454800 (or 0x454800) is known color: Verdun Green. HEX triplet: 45, 48 and 00. RGB value is (69,72,0). Sum of RGB (Red+Green+Blue) = 69+72+0=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #454800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454800 is #BAB7FF. Grayscale: #3F3F3F. Windows color (decimal): -12236800 or 18501. OLE color: 18501.

HSL color Cylindrical-coordinate representation of color #454800: hue angle of 62.5º 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 #454800 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 72 0 -
CMYK 0.04 0 1 0.72
HSL 62.5º 1% 0.14% -
HSV(B) 62.5º 1% 0.28% -
XYZ 4.77 5.9 0.89 -
YUV 62.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 69 72 0 0.04 0 1 0.72 62.5 1 0.14
Hex 45 48 0 4 0 64 48 3F 64 E
Octal 105 110 0 4 0 144 110 77 144 16
Binary 1000101 1001000 0 100 0 1100100 1001000 111111 1100100 1110

Color Harmonies of #454800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454800

Black with #454800

Text Example


Text Example

White with #454800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454800; }

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

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

background-color css

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

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

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

border-color css

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

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

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