Html Css Color HEX #457401 Verdun Green

📋 copy color: '#457401'

red 69 ◦ green 116 ◦ blue 1

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

Shades of Verdun Green #457401

Tints of Verdun Green #457401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.37%

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

R = 37.1%
G = 62.37%
B = 0.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#457401 (or 0x457401) is known color: Verdun Green. HEX triplet: 45, 74 and 01. RGB value is (69,116,1). Sum of RGB (Red+Green+Blue) = 69+116+1=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #457401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457401 is #BA8BFE. Grayscale: #595959. Windows color (decimal): -12225535 or 95301. OLE color: 95301.

HSL color Cylindrical-coordinate representation of color #457401: hue angle of 84.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #457401 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 1 -
CMYK 0.41 0 0.99 0.55
HSL 84.52º 0.98% 0.23% -
HSV(B) 84.52º 0.99% 0.45% -
XYZ 8.71 13.76 2.23 -
YUV 88.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 69 116 1 0.41 0 0.99 0.55 84.52 0.98 0.23
Hex 45 74 1 29 0 63 37 55 62 17
Octal 105 164 1 51 0 143 67 125 142 27
Binary 1000101 1110100 1 101001 0 1100011 110111 1010101 1100010 10111

Color Harmonies of #457401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457401

Black with #457401

Text Example


Text Example

White with #457401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457401; }

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

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

background-color css

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

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

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

border-color css

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

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

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