Html Css Color HEX #457101 Verdun Green

📋 copy color: '#457101'

red 69 ◦ green 113 ◦ blue 1

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

Shades of Verdun Green #457101

Tints of Verdun Green #457101

RGB

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

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

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

R = 37.7%
G = 61.75%
B = 0.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#457101 (or 0x457101) is known color: Verdun Green. HEX triplet: 45, 71 and 01. RGB value is (69,113,1). Sum of RGB (Red+Green+Blue) = 69+113+1=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #457101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457101 is #BA8EFE. Grayscale: #575757. Windows color (decimal): -12226303 or 94533. OLE color: 94533.

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

Color convert

RGB 69 113 1 -
CMYK 0.39 0 0.99 0.56
HSL 83.57º 0.98% 0.22% -
HSV(B) 83.57º 0.99% 0.44% -
XYZ 8.36 13.08 2.11 -
YUV 87.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 69 113 1 0.39 0 0.99 0.56 83.57 0.98 0.22
Hex 45 71 1 27 0 63 38 54 62 16
Octal 105 161 1 47 0 143 70 124 142 26
Binary 1000101 1110001 1 100111 0 1100011 111000 1010100 1100010 10110

Color Harmonies of #457101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457101

Black with #457101

Text Example


Text Example

White with #457101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457101; }

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

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

background-color css

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

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

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

border-color css

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

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

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