Html Css Color HEX #457100 Verdun Green

📋 copy color: '#457100'

red 69 ◦ green 113 ◦ blue 0

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

Shades of Verdun Green #457100

Tints of Verdun Green #457100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.91%
G = 62.09%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#457100 (or 0x457100) is known color: Verdun Green. HEX triplet: 45, 71 and 00. RGB value is (69,113,0). Sum of RGB (Red+Green+Blue) = 69+113+0=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #457100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457100 is #BA8EFF. Grayscale: #575757. Windows color (decimal): -12226304 or 28997. OLE color: 28997.

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

Color convert

RGB 69 113 0 -
CMYK 0.39 0 1 0.56
HSL 83.36º 1% 0.22% -
HSV(B) 83.36º 1% 0.44% -
XYZ 8.36 13.08 2.08 -
YUV 86.96 78.92 115.19 -
System Red Green Blue C M Y K H S L
Decimal 69 113 0 0.39 0 1 0.56 83.36 1 0.22
Hex 45 71 0 27 0 64 38 53 64 16
Octal 105 161 0 47 0 144 70 123 144 26
Binary 1000101 1110001 0 100111 0 1100100 111000 1010011 1100100 10110

Color Harmonies of #457100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457100

Black with #457100

Text Example


Text Example

White with #457100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457100; }

 p { color: rgb(69,113,0); }

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

background-color css

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

 a { background-color: rgb(69,113,0); }

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

border-color css

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

 span { border-color: rgb(69,113,0); }

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