Html Css Color HEX #454701 Verdun Green

📋 copy color: '#454701'

red 69 ◦ green 71 ◦ blue 1

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

Shades of Verdun Green #454701

Tints of Verdun Green #454701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.35%

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

R = 48.94%
G = 50.35%
B = 0.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#454701 (or 0x454701) is known color: Verdun Green. HEX triplet: 45, 47 and 01. RGB value is (69,71,1). Sum of RGB (Red+Green+Blue) = 69+71+1=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #454701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454701 is #BAB8FE. Grayscale: #3E3E3E. Windows color (decimal): -12237055 or 83781. OLE color: 83781.

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

Color convert

RGB 69 71 1 -
CMYK 0.03 0 0.99 0.72
HSL 61.71º 0.97% 0.14% -
HSV(B) 61.71º 0.99% 0.28% -
XYZ 4.71 5.77 0.89 -
YUV 62.42 93.34 132.69 -
System Red Green Blue C M Y K H S L
Decimal 69 71 1 0.03 0 0.99 0.72 61.71 0.97 0.14
Hex 45 47 1 3 0 63 48 3E 61 E
Octal 105 107 1 3 0 143 110 76 141 16
Binary 1000101 1000111 1 11 0 1100011 1001000 111110 1100001 1110

Color Harmonies of #454701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454701

Black with #454701

Text Example


Text Example

White with #454701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454701; }

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

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

background-color css

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

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

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

border-color css

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

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

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