Html Css Color HEX #454D11 Verdun Green

📋 copy color: '#454D11'

red 69 ◦ green 77 ◦ blue 17

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

Shades of Verdun Green #454D11

Tints of Verdun Green #454D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.43%

R = 42.33%
G = 47.24%
B = 10.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#454D11 (or 0x454D11) is known color: Verdun Green. HEX triplet: 45, 4D and 11. RGB value is (69,77,17). Sum of RGB (Red+Green+Blue) = 69+77+17=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #454D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454D11 is #BAB2EE. Grayscale: #444444. Windows color (decimal): -12235503 or 1133893. OLE color: 1133893.

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

Color convert

RGB 69 77 17 -
CMYK 0.10 0 0.78 0.70
HSL 68º 0.64% 0.18% -
HSV(B) 68º 0.78% 0.3% -
XYZ 5.21 6.61 1.53 -
YUV 67.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 69 77 17 0.10 0 0.78 0.70 68 0.64 0.18
Hex 45 4D 11 A 0 4E 46 44 40 12
Octal 105 115 21 12 0 116 106 104 100 22
Binary 1000101 1001101 10001 1010 0 1001110 1000110 1000100 1000000 10010

Color Harmonies of #454D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D11

Black with #454D11

Text Example


Text Example

White with #454D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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