Html Css Color HEX #445B0E Verdun Green

📋 copy color: '#445B0E'

red 68 ◦ green 91 ◦ blue 14

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

Shades of Verdun Green #445B0E

Tints of Verdun Green #445B0E

RGB

 RED value IS 68 (26.95% from 255) = 39.31%

 GREEN value IS 91 (35.94% from 255) = 52.6%

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

R = 39.31%
G = 52.6%
B = 8.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#445B0E (or 0x445B0E) is known color: Verdun Green. HEX triplet: 44, 5B and 0E. RGB value is (68,91,14). Sum of RGB (Red+Green+Blue) = 68+91+14=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #445B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445B0E is #BBA4F1. Grayscale: #4B4B4B. Windows color (decimal): -12297458 or 940868. OLE color: 940868.

HSL color Cylindrical-coordinate representation of color #445B0E: hue angle of 77.92º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #445B0E is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 91 14 -
CMYK 0.25 0 0.85 0.64
HSL 77.92º 0.73% 0.21% -
HSV(B) 77.92º 0.85% 0.36% -
XYZ 6.2 8.74 1.78 -
YUV 75.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 68 91 14 0.25 0 0.85 0.64 77.92 0.73 0.21
Hex 44 5B E 19 0 55 40 4E 49 15
Octal 104 133 16 31 0 125 100 116 111 25
Binary 1000100 1011011 1110 11001 0 1010101 1000000 1001110 1001001 10101

Color Harmonies of #445B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B0E

Black with #445B0E

Text Example


Text Example

White with #445B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445B0E; }

 p { color: rgb(68,91,14); }

 H1.HeaderClassName
 {
   color: #445B0E;
 }
 .AnyTagClassName
 {
   color: #445B0E;
 }
</style>

background-color css

<style>
 a { background-color: #445B0E; }

 a { background-color: rgb(68,91,14); }

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

border-color css

<style>
 span { border-color: #445B0E; }

 span { border-color: rgb(68,91,14); }

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