Html Css Color HEX #446201 Verdun Green

📋 copy color: '#446201'

red 68 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #446201

Tints of Verdun Green #446201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 58.68%

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

R = 40.72%
G = 58.68%
B = 0.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#446201 (or 0x446201) is known color: Verdun Green. HEX triplet: 44, 62 and 01. RGB value is (68,98,1). Sum of RGB (Red+Green+Blue) = 68+98+1=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #446201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446201 is #BB9DFE. Grayscale: #4E4E4E. Windows color (decimal): -12295679 or 90692. OLE color: 90692.

HSL color Cylindrical-coordinate representation of color #446201: hue angle of 78.56º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #446201 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 98 1 -
CMYK 0.31 0 0.99 0.62
HSL 78.56º 0.98% 0.19% -
HSV(B) 78.56º 0.99% 0.38% -
XYZ 6.76 9.97 1.6 -
YUV 77.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 68 98 1 0.31 0 0.99 0.62 78.56 0.98 0.19
Hex 44 62 1 1F 0 63 3E 4F 62 13
Octal 104 142 1 37 0 143 76 117 142 23
Binary 1000100 1100010 1 11111 0 1100011 111110 1001111 1100010 10011

Color Harmonies of #446201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446201

Black with #446201

Text Example


Text Example

White with #446201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446201; }

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

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

background-color css

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

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

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

border-color css

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

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

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