Html Css Color HEX #445D12 Verdun Green

📋 copy color: '#445D12'

red 68 ◦ green 93 ◦ blue 18

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

Shades of Verdun Green #445D12

Tints of Verdun Green #445D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.96%

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 37.99%
G = 51.96%
B = 10.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#445D12 (or 0x445D12) is known color: Verdun Green. HEX triplet: 44, 5D and 12. RGB value is (68,93,18). Sum of RGB (Red+Green+Blue) = 68+93+18=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #445D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445D12 is #BBA2ED. Grayscale: #4D4D4D. Windows color (decimal): -12296942 or 1203524. OLE color: 1203524.

HSL color Cylindrical-coordinate representation of color #445D12: hue angle of 80º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #445D12 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 93 18 -
CMYK 0.27 0 0.81 0.64
HSL 80º 0.68% 0.22% -
HSV(B) 80º 0.81% 0.36% -
XYZ 6.41 9.1 1.99 -
YUV 76.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 68 93 18 0.27 0 0.81 0.64 80 0.68 0.22
Hex 44 5D 12 1B 0 51 40 50 44 16
Octal 104 135 22 33 0 121 100 120 104 26
Binary 1000100 1011101 10010 11011 0 1010001 1000000 1010000 1000100 10110

Color Harmonies of #445D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D12

Black with #445D12

Text Example


Text Example

White with #445D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,93,18); }

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

background-color css

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

 a { background-color: rgb(68,93,18); }

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

border-color css

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

 span { border-color: rgb(68,93,18); }

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