Html Css Color HEX #454D10 Verdun Green

📋 copy color: '#454D10'

red 69 ◦ green 77 ◦ blue 16

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

Shades of Verdun Green #454D10

Tints of Verdun Green #454D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.53%

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

R = 42.59%
G = 47.53%
B = 9.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#454D10 (or 0x454D10) is known color: Verdun Green. HEX triplet: 45, 4D and 10. RGB value is (69,77,16). Sum of RGB (Red+Green+Blue) = 69+77+16=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #454D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454D10 is #BAB2EF. Grayscale: #434343. Windows color (decimal): -12235504 or 1068357. OLE color: 1068357.

HSL color Cylindrical-coordinate representation of color #454D10: hue angle of 67.87º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #454D10 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 77 16 -
CMYK 0.10 0 0.79 0.70
HSL 67.87º 0.66% 0.18% -
HSV(B) 67.87º 0.79% 0.3% -
XYZ 5.2 6.61 1.49 -
YUV 67.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 69 77 16 0.10 0 0.79 0.70 67.87 0.66 0.18
Hex 45 4D 10 A 0 4F 46 44 42 12
Octal 105 115 20 12 0 117 106 104 102 22
Binary 1000101 1001101 10000 1010 0 1001111 1000110 1000100 1000010 10010

Color Harmonies of #454D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D10

Black with #454D10

Text Example


Text Example

White with #454D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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