Html Css Color HEX #445E0A Verdun Green

📋 copy color: '#445E0A'

red 68 ◦ green 94 ◦ blue 10

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

Shades of Verdun Green #445E0A

Tints of Verdun Green #445E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 54.65%

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 39.53%
G = 54.65%
B = 5.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#445E0A (or 0x445E0A) is known color: Verdun Green. HEX triplet: 44, 5E and 0A. RGB value is (68,94,10). Sum of RGB (Red+Green+Blue) = 68+94+10=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 94 (37.11% from 255 or 54.65% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 94 - color contains mainly: green. Hex color #445E0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445E0A is #BBA1F5. Grayscale: #4C4C4C. Windows color (decimal): -12296694 or 679492. OLE color: 679492.

HSL color Cylindrical-coordinate representation of color #445E0A: hue angle of 78.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #445E0A is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 94 10 -
CMYK 0.28 0 0.89 0.63
HSL 78.57º 0.81% 0.2% -
HSV(B) 78.57º 0.89% 0.37% -
XYZ 6.44 9.26 1.73 -
YUV 76.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 68 94 10 0.28 0 0.89 0.63 78.57 0.81 0.2
Hex 44 5E A 1C 0 59 3F 4F 51 14
Octal 104 136 12 34 0 131 77 117 121 24
Binary 1000100 1011110 1010 11100 0 1011001 111111 1001111 1010001 10100

Color Harmonies of #445E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E0A

Black with #445E0A

Text Example


Text Example

White with #445E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,94,10); }

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

background-color css

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

 a { background-color: rgb(68,94,10); }

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

border-color css

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

 span { border-color: rgb(68,94,10); }

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