Html Css Color HEX #454801 Verdun Green

📋 copy color: '#454801'

red 69 ◦ green 72 ◦ blue 1

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

Shades of Verdun Green #454801

Tints of Verdun Green #454801

RGB

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

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

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

R = 48.59%
G = 50.7%
B = 0.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#454801 (or 0x454801) is known color: Verdun Green. HEX triplet: 45, 48 and 01. RGB value is (69,72,1). Sum of RGB (Red+Green+Blue) = 69+72+1=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #454801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454801 is #BAB7FE. Grayscale: #3F3F3F. Windows color (decimal): -12236799 or 84037. OLE color: 84037.

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

Color convert

RGB 69 72 1 -
CMYK 0.04 0 0.99 0.72
HSL 62.54º 0.97% 0.14% -
HSV(B) 62.54º 0.99% 0.28% -
XYZ 4.78 5.9 0.92 -
YUV 63.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 69 72 1 0.04 0 0.99 0.72 62.54 0.97 0.14
Hex 45 48 1 4 0 63 48 3F 61 E
Octal 105 110 1 4 0 143 110 77 141 16
Binary 1000101 1001000 1 100 0 1100011 1001000 111111 1100001 1110

Color Harmonies of #454801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454801

Black with #454801

Text Example


Text Example

White with #454801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454801; }

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

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

background-color css

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

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

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

border-color css

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

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

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