Html Css Color HEX #445304 Verdun Green

📋 copy color: '#445304'

red 68 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #445304

Tints of Verdun Green #445304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.55%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 43.87%
G = 53.55%
B = 2.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#445304 (or 0x445304) is known color: Verdun Green. HEX triplet: 44, 53 and 04. RGB value is (68,83,4). Sum of RGB (Red+Green+Blue) = 68+83+4=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #445304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445304 is #BBACFB. Grayscale: #454545. Windows color (decimal): -12299516 or 283460. OLE color: 283460.

HSL color Cylindrical-coordinate representation of color #445304: hue angle of 71.39º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #445304 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 4 -
CMYK 0.18 0 0.95 0.67
HSL 71.39º 0.91% 0.17% -
HSV(B) 71.39º 0.95% 0.33% -
XYZ 5.5 7.42 1.26 -
YUV 69.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 68 83 4 0.18 0 0.95 0.67 71.39 0.91 0.17
Hex 44 53 4 12 0 5F 43 47 5B 11
Octal 104 123 4 22 0 137 103 107 133 21
Binary 1000100 1010011 100 10010 0 1011111 1000011 1000111 1011011 10001

Color Harmonies of #445304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445304

Black with #445304

Text Example


Text Example

White with #445304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445304; }

 p { color: rgb(68,83,4); }

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

background-color css

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

 a { background-color: rgb(68,83,4); }

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

border-color css

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

 span { border-color: rgb(68,83,4); }

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