Html Css Color HEX #456800 Verdun Green

📋 copy color: '#456800'

red 69 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #456800

Tints of Verdun Green #456800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 60.12%

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

R = 39.88%
G = 60.12%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#456800 (or 0x456800) is known color: Verdun Green. HEX triplet: 45, 68 and 00. RGB value is (69,104,0). Sum of RGB (Red+Green+Blue) = 69+104+0=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #456800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456800 is #BA97FF. Grayscale: #525252. Windows color (decimal): -12228608 or 26693. OLE color: 26693.

HSL color Cylindrical-coordinate representation of color #456800: hue angle of 80.19º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #456800 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 104 0 -
CMYK 0.34 0 1 0.59
HSL 80.19º 1% 0.2% -
HSV(B) 80.19º 1% 0.41% -
XYZ 7.4 11.17 1.76 -
YUV 81.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 69 104 0 0.34 0 1 0.59 80.19 1 0.2
Hex 45 68 0 22 0 64 3B 50 64 14
Octal 105 150 0 42 0 144 73 120 144 24
Binary 1000101 1101000 0 100010 0 1100100 111011 1010000 1100100 10100

Color Harmonies of #456800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456800

Black with #456800

Text Example


Text Example

White with #456800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456800; }

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

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

background-color css

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

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

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

border-color css

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

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

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