Html Css Color HEX #445D01 Verdun Green

📋 copy color: '#445D01'

red 68 ◦ green 93 ◦ blue 1

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

Shades of Verdun Green #445D01

Tints of Verdun Green #445D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 41.98%
G = 57.41%
B = 0.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#445D01 (or 0x445D01) is known color: Verdun Green. HEX triplet: 44, 5D and 01. RGB value is (68,93,1). Sum of RGB (Red+Green+Blue) = 68+93+1=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #445D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445D01 is #BBA2FE. Grayscale: #4B4B4B. Windows color (decimal): -12296959 or 89412. OLE color: 89412.

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

Color convert

RGB 68 93 1 -
CMYK 0.27 0 0.99 0.64
HSL 76.3º 0.98% 0.18% -
HSV(B) 76.3º 0.99% 0.36% -
XYZ 6.3 9.06 1.45 -
YUV 75.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 68 93 1 0.27 0 0.99 0.64 76.3 0.98 0.18
Hex 44 5D 1 1B 0 63 40 4C 62 12
Octal 104 135 1 33 0 143 100 114 142 22
Binary 1000100 1011101 1 11011 0 1100011 1000000 1001100 1100010 10010

Color Harmonies of #445D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D01

Black with #445D01

Text Example


Text Example

White with #445D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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