Html Css Color HEX #446A01 Verdun Green

📋 copy color: '#446A01'

red 68 ◦ green 106 ◦ blue 1

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

Shades of Verdun Green #446A01

Tints of Verdun Green #446A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 60.57%

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

R = 38.86%
G = 60.57%
B = 0.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#446A01 (or 0x446A01) is known color: Verdun Green. HEX triplet: 44, 6A and 01. RGB value is (68,106,1). Sum of RGB (Red+Green+Blue) = 68+106+1=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 106 (41.80% from 255 or 60.57% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 106 - color contains mainly: green. Hex color #446A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446A01 is #BB95FE. Grayscale: #535353. Windows color (decimal): -12293631 or 92740. OLE color: 92740.

HSL color Cylindrical-coordinate representation of color #446A01: hue angle of 81.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #446A01 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 106 1 -
CMYK 0.36 0 0.99 0.58
HSL 81.71º 0.98% 0.21% -
HSV(B) 81.71º 0.99% 0.42% -
XYZ 7.54 11.54 1.86 -
YUV 82.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 68 106 1 0.36 0 0.99 0.58 81.71 0.98 0.21
Hex 44 6A 1 24 0 63 3A 52 62 15
Octal 104 152 1 44 0 143 72 122 142 25
Binary 1000100 1101010 1 100100 0 1100011 111010 1010010 1100010 10101

Color Harmonies of #446A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A01

Black with #446A01

Text Example


Text Example

White with #446A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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