Html Css Color HEX #456714 Verdun Green

📋 copy color: '#456714'

red 69 ◦ green 103 ◦ blue 20

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

Shades of Verdun Green #456714

Tints of Verdun Green #456714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.65%

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 35.94%
G = 53.65%
B = 10.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#456714 (or 0x456714) is known color: Verdun Green. HEX triplet: 45, 67 and 14. RGB value is (69,103,20). Sum of RGB (Red+Green+Blue) = 69+103+20=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #456714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456714 is #BA98EB. Grayscale: #535353. Windows color (decimal): -12228844 or 1337157. OLE color: 1337157.

HSL color Cylindrical-coordinate representation of color #456714: hue angle of 84.58º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #456714 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 103 20 -
CMYK 0.33 0 0.81 0.60
HSL 84.58º 0.67% 0.24% -
HSV(B) 84.58º 0.81% 0.4% -
XYZ 7.43 11.02 2.4 -
YUV 83.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 69 103 20 0.33 0 0.81 0.60 84.58 0.67 0.24
Hex 45 67 14 21 0 51 3C 55 43 18
Octal 105 147 24 41 0 121 74 125 103 30
Binary 1000101 1100111 10100 100001 0 1010001 111100 1010101 1000011 11000

Color Harmonies of #456714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456714

Black with #456714

Text Example


Text Example

White with #456714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456714; }

 p { color: rgb(69,103,20); }

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

background-color css

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

 a { background-color: rgb(69,103,20); }

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

border-color css

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

 span { border-color: rgb(69,103,20); }

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