Html Css Color HEX #457001 Verdun Green

📋 copy color: '#457001'

red 69 ◦ green 112 ◦ blue 1

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

Shades of Verdun Green #457001

Tints of Verdun Green #457001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.54%

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

R = 37.91%
G = 61.54%
B = 0.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#457001 (or 0x457001) is known color: Verdun Green. HEX triplet: 45, 70 and 01. RGB value is (69,112,1). Sum of RGB (Red+Green+Blue) = 69+112+1=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #457001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457001 is #BA8FFE. Grayscale: #565656. Windows color (decimal): -12226559 or 94277. OLE color: 94277.

HSL color Cylindrical-coordinate representation of color #457001: hue angle of 83.24º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #457001 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 112 1 -
CMYK 0.38 0 0.99 0.56
HSL 83.24º 0.98% 0.22% -
HSV(B) 83.24º 0.99% 0.44% -
XYZ 8.25 12.86 2.08 -
YUV 86.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 69 112 1 0.38 0 0.99 0.56 83.24 0.98 0.22
Hex 45 70 1 26 0 63 38 53 62 16
Octal 105 160 1 46 0 143 70 123 142 26
Binary 1000101 1110000 1 100110 0 1100011 111000 1010011 1100010 10110

Color Harmonies of #457001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457001

Black with #457001

Text Example


Text Example

White with #457001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457001; }

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

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

background-color css

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

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

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

border-color css

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

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

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