Html Css Color HEX #456710 Verdun Green

📋 copy color: '#456710'

red 69 ◦ green 103 ◦ blue 16

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

Shades of Verdun Green #456710

Tints of Verdun Green #456710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 36.7%
G = 54.79%
B = 8.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#456710 (or 0x456710) is known color: Verdun Green. HEX triplet: 45, 67 and 10. RGB value is (69,103,16). Sum of RGB (Red+Green+Blue) = 69+103+16=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #456710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456710 is #BA98EF. Grayscale: #535353. Windows color (decimal): -12228848 or 1075013. OLE color: 1075013.

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

Color convert

RGB 69 103 16 -
CMYK 0.33 0 0.84 0.60
HSL 83.45º 0.73% 0.23% -
HSV(B) 83.45º 0.84% 0.4% -
XYZ 7.4 11 2.22 -
YUV 82.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 69 103 16 0.33 0 0.84 0.60 83.45 0.73 0.23
Hex 45 67 10 21 0 54 3C 53 49 17
Octal 105 147 20 41 0 124 74 123 111 27
Binary 1000101 1100111 10000 100001 0 1010100 111100 1010011 1001001 10111

Color Harmonies of #456710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456710

Black with #456710

Text Example


Text Example

White with #456710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456710; }

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

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

background-color css

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

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

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

border-color css

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

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

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