Html Css Color HEX #456407 Verdun Green

📋 copy color: '#456407'

red 69 ◦ green 100 ◦ blue 7

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

Shades of Verdun Green #456407

Tints of Verdun Green #456407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 56.82%

 BLUE value IS 7 (3.13% from 255) = 3.98%

R = 39.2%
G = 56.82%
B = 3.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.61

RGB Variations

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

Color information

#456407 (or 0x456407) is known color: Verdun Green. HEX triplet: 45, 64 and 07. RGB value is (69,100,7). Sum of RGB (Red+Green+Blue) = 69+100+7=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #456407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456407 is #BA9BF8. Grayscale: #505050. Windows color (decimal): -12229625 or 484421. OLE color: 484421.

HSL color Cylindrical-coordinate representation of color #456407: hue angle of 80º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #456407 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 100 7 -
CMYK 0.31 0 0.93 0.61
HSL 80º 0.87% 0.21% -
HSV(B) 80º 0.93% 0.39% -
XYZ 7.05 10.39 1.84 -
YUV 80.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 69 100 7 0.31 0 0.93 0.61 80 0.87 0.21
Hex 45 64 7 1F 0 5D 3D 50 57 15
Octal 105 144 7 37 0 135 75 120 127 25
Binary 1000101 1100100 111 11111 0 1011101 111101 1010000 1010111 10101

Color Harmonies of #456407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456407

Black with #456407

Text Example


Text Example

White with #456407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456407; }

 p { color: rgb(69,100,7); }

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

background-color css

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

 a { background-color: rgb(69,100,7); }

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

border-color css

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

 span { border-color: rgb(69,100,7); }

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