Html Css Color HEX #454D0F Verdun Green

📋 copy color: '#454D0F'

red 69 ◦ green 77 ◦ blue 15

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

Shades of Verdun Green #454D0F

Tints of Verdun Green #454D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 42.86%
G = 47.83%
B = 9.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#454D0F (or 0x454D0F) is known color: Verdun Green. HEX triplet: 45, 4D and 0F. RGB value is (69,77,15). Sum of RGB (Red+Green+Blue) = 69+77+15=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #454D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454D0F is #BAB2F0. Grayscale: #434343. Windows color (decimal): -12235505 or 1002821. OLE color: 1002821.

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

Color convert

RGB 69 77 15 -
CMYK 0.10 0 0.81 0.70
HSL 67.74º 0.67% 0.18% -
HSV(B) 67.74º 0.81% 0.3% -
XYZ 5.19 6.61 1.45 -
YUV 67.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 69 77 15 0.10 0 0.81 0.70 67.74 0.67 0.18
Hex 45 4D F A 0 51 46 44 43 12
Octal 105 115 17 12 0 121 106 104 103 22
Binary 1000101 1001101 1111 1010 0 1010001 1000110 1000100 1000011 10010

Color Harmonies of #454D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D0F

Black with #454D0F

Text Example


Text Example

White with #454D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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