Html Css Color HEX #454901 Verdun Green

📋 copy color: '#454901'

red 69 ◦ green 73 ◦ blue 1

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

Shades of Verdun Green #454901

Tints of Verdun Green #454901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.05%

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

R = 48.25%
G = 51.05%
B = 0.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#454901 (or 0x454901) is known color: Verdun Green. HEX triplet: 45, 49 and 01. RGB value is (69,73,1). Sum of RGB (Red+Green+Blue) = 69+73+1=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #454901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454901 is #BAB6FE. Grayscale: #3F3F3F. Windows color (decimal): -12236543 or 84293. OLE color: 84293.

HSL color Cylindrical-coordinate representation of color #454901: hue angle of 63.33º 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 #454901 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 73 1 -
CMYK 0.05 0 0.99 0.71
HSL 63.33º 0.97% 0.15% -
HSV(B) 63.33º 0.99% 0.29% -
XYZ 4.84 6.03 0.94 -
YUV 63.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 69 73 1 0.05 0 0.99 0.71 63.33 0.97 0.15
Hex 45 49 1 5 0 63 47 3F 61 F
Octal 105 111 1 5 0 143 107 77 141 17
Binary 1000101 1001001 1 101 0 1100011 1000111 111111 1100001 1111

Color Harmonies of #454901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454901

Black with #454901

Text Example


Text Example

White with #454901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454901; }

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

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

background-color css

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

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

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

border-color css

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

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

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