Html Css Color HEX #457005 Verdun Green

📋 copy color: '#457005'

red 69 ◦ green 112 ◦ blue 5

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

Shades of Verdun Green #457005

Tints of Verdun Green #457005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 37.1%
G = 60.22%
B = 2.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#457005 (or 0x457005) is known color: Verdun Green. HEX triplet: 45, 70 and 05. RGB value is (69,112,5). Sum of RGB (Red+Green+Blue) = 69+112+5=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #457005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457005 is #BA8FFA. Grayscale: #575757. Windows color (decimal): -12226555 or 356421. OLE color: 356421.

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

Color convert

RGB 69 112 5 -
CMYK 0.38 0 0.96 0.56
HSL 84.11º 0.91% 0.23% -
HSV(B) 84.11º 0.96% 0.44% -
XYZ 8.28 12.86 2.19 -
YUV 86.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 69 112 5 0.38 0 0.96 0.56 84.11 0.91 0.23
Hex 45 70 5 26 0 60 38 54 5B 17
Octal 105 160 5 46 0 140 70 124 133 27
Binary 1000101 1110000 101 100110 0 1100000 111000 1010100 1011011 10111

Color Harmonies of #457005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457005

Black with #457005

Text Example


Text Example

White with #457005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457005; }

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

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

background-color css

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

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

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

border-color css

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

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

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