Html Css Color HEX #45490F Verdun Green

📋 copy color: '#45490F'

red 69 ◦ green 73 ◦ blue 15

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

Shades of Verdun Green #45490F

Tints of Verdun Green #45490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

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

R = 43.95%
G = 46.5%
B = 9.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#45490F (or 0x45490F) is known color: Verdun Green. HEX triplet: 45, 49 and 0F. RGB value is (69,73,15). Sum of RGB (Red+Green+Blue) = 69+73+15=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #45490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45490F is #BAB6F0. Grayscale: #414141. Windows color (decimal): -12236529 or 1001797. OLE color: 1001797.

HSL color Cylindrical-coordinate representation of color #45490F: hue angle of 64.14º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45490F is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 73 15 -
CMYK 0.05 0 0.79 0.71
HSL 64.14º 0.66% 0.17% -
HSV(B) 64.14º 0.79% 0.29% -
XYZ 4.92 6.06 1.36 -
YUV 65.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 69 73 15 0.05 0 0.79 0.71 64.14 0.66 0.17
Hex 45 49 F 5 0 4F 47 40 42 11
Octal 105 111 17 5 0 117 107 100 102 21
Binary 1000101 1001001 1111 101 0 1001111 1000111 1000000 1000010 10001

Color Harmonies of #45490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45490F

Black with #45490F

Text Example


Text Example

White with #45490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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