Html Css Color HEX #45440D Verdun Green

📋 copy color: '#45440D'

red 69 ◦ green 68 ◦ blue 13

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

Shades of Verdun Green #45440D

Tints of Verdun Green #45440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

 BLUE value IS 13 (5.47% from 255) = 8.67%

R = 46%
G = 45.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#45440D (or 0x45440D) is known color: Verdun Green. HEX triplet: 45, 44 and 0D. RGB value is (69,68,13). Sum of RGB (Red+Green+Blue) = 69+68+13=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #45440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45440D is #BABBF2. Grayscale: #3E3E3E. Windows color (decimal): -12237811 or 869445. OLE color: 869445.

HSL color Cylindrical-coordinate representation of color #45440D: hue angle of 58.93º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45440D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 68 13 -
CMYK 0 0.01 0.81 0.73
HSL 58.93º 0.68% 0.16% -
HSV(B) 58.93º 0.81% 0.27% -
XYZ 4.59 5.43 1.19 -
YUV 62.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 69 68 13 0 0.01 0.81 0.73 58.93 0.68 0.16
Hex 45 44 D 0 1 51 49 3B 44 10
Octal 105 104 15 0 1 121 111 73 104 20
Binary 1000101 1000100 1101 0 1 1010001 1001001 111011 1000100 10000

Color Harmonies of #45440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45440D

Black with #45440D

Text Example


Text Example

White with #45440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45440D; }

 p { color: rgb(69,68,13); }

 H1.HeaderClassName
 {
   color: #45440D;
 }
 .AnyTagClassName
 {
   color: #45440D;
 }
</style>

background-color css

<style>
 a { background-color: #45440D; }

 a { background-color: rgb(69,68,13); }

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

border-color css

<style>
 span { border-color: #45440D; }

 span { border-color: rgb(69,68,13); }

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