Html Css Color HEX #456900 Verdun Green

📋 copy color: '#456900'

red 69 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #456900

Tints of Verdun Green #456900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60.34%

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

R = 39.66%
G = 60.34%
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

#456900 (or 0x456900) is known color: Verdun Green. HEX triplet: 45, 69 and 00. RGB value is (69,105,0). Sum of RGB (Red+Green+Blue) = 69+105+0=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #456900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456900 is #BA96FF. Grayscale: #525252. Windows color (decimal): -12228352 or 26949. OLE color: 26949.

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

Color convert

RGB 69 105 0 -
CMYK 0.34 0 1 0.59
HSL 80.57º 1% 0.21% -
HSV(B) 80.57º 1% 0.41% -
XYZ 7.51 11.37 1.8 -
YUV 82.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 69 105 0 0.34 0 1 0.59 80.57 1 0.21
Hex 45 69 0 22 0 64 3B 51 64 15
Octal 105 151 0 42 0 144 73 121 144 25
Binary 1000101 1101001 0 100010 0 1100100 111011 1010001 1100100 10101

Color Harmonies of #456900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456900

Black with #456900

Text Example


Text Example

White with #456900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456900; }

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

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

background-color css

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

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

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

border-color css

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

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

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