Html Css Color HEX #457301 Verdun Green

📋 copy color: '#457301'

red 69 ◦ green 115 ◦ blue 1

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

Shades of Verdun Green #457301

Tints of Verdun Green #457301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.16%

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

R = 37.3%
G = 62.16%
B = 0.54%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#457301 (or 0x457301) is known color: Verdun Green. HEX triplet: 45, 73 and 01. RGB value is (69,115,1). Sum of RGB (Red+Green+Blue) = 69+115+1=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #457301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457301 is #BA8CFE. Grayscale: #585858. Windows color (decimal): -12225791 or 95045. OLE color: 95045.

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

Color convert

RGB 69 115 1 -
CMYK 0.4 0 0.99 0.55
HSL 84.21º 0.98% 0.23% -
HSV(B) 84.21º 0.99% 0.45% -
XYZ 8.59 13.53 2.19 -
YUV 88.25 78.76 114.27 -
System Red Green Blue C M Y K H S L
Decimal 69 115 1 0.4 0 0.99 0.55 84.21 0.98 0.23
Hex 45 73 1 28 0 63 37 54 62 17
Octal 105 163 1 50 0 143 67 124 142 27
Binary 1000101 1110011 1 101000 0 1100011 110111 1010100 1100010 10111

Color Harmonies of #457301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457301

Black with #457301

Text Example


Text Example

White with #457301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457301; }

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

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

background-color css

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

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

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

border-color css

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

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

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