Html Css Color HEX #45480E Verdun Green

📋 copy color: '#45480E'

red 69 ◦ green 72 ◦ blue 14

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

Shades of Verdun Green #45480E

Tints of Verdun Green #45480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.45%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 44.52%
G = 46.45%
B = 9.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#45480E (or 0x45480E) is known color: Verdun Green. HEX triplet: 45, 48 and 0E. RGB value is (69,72,14). Sum of RGB (Red+Green+Blue) = 69+72+14=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #45480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45480E is #BAB7F1. Grayscale: #404040. Windows color (decimal): -12236786 or 936005. OLE color: 936005.

HSL color Cylindrical-coordinate representation of color #45480E: hue angle of 63.1º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45480E is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 72 14 -
CMYK 0.04 0 0.81 0.72
HSL 63.1º 0.67% 0.17% -
HSV(B) 63.1º 0.81% 0.28% -
XYZ 4.85 5.93 1.3 -
YUV 64.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 69 72 14 0.04 0 0.81 0.72 63.1 0.67 0.17
Hex 45 48 E 4 0 51 48 3F 43 11
Octal 105 110 16 4 0 121 110 77 103 21
Binary 1000101 1001000 1110 100 0 1010001 1001000 111111 1000011 10001

Color Harmonies of #45480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45480E

Black with #45480E

Text Example


Text Example

White with #45480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45480E; }

 p { color: rgb(69,72,14); }

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

background-color css

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

 a { background-color: rgb(69,72,14); }

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

border-color css

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

 span { border-color: rgb(69,72,14); }

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