Html Css Color HEX #446B01 Verdun Green

📋 copy color: '#446B01'

red 68 ◦ green 107 ◦ blue 1

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

Shades of Verdun Green #446B01

Tints of Verdun Green #446B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 60.8%

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

R = 38.64%
G = 60.8%
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

#446B01 (or 0x446B01) is known color: Verdun Green. HEX triplet: 44, 6B and 01. RGB value is (68,107,1). Sum of RGB (Red+Green+Blue) = 68+107+1=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #446B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446B01 is #BB94FE. Grayscale: #535353. Windows color (decimal): -12293375 or 92996. OLE color: 92996.

HSL color Cylindrical-coordinate representation of color #446B01: hue angle of 82.08º 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 #446B01 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 1 -
CMYK 0.36 0 0.99 0.58
HSL 82.08º 0.98% 0.21% -
HSV(B) 82.08º 0.99% 0.42% -
XYZ 7.65 11.75 1.89 -
YUV 83.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 68 107 1 0.36 0 0.99 0.58 82.08 0.98 0.21
Hex 44 6B 1 24 0 63 3A 52 62 15
Octal 104 153 1 44 0 143 72 122 142 25
Binary 1000100 1101011 1 100100 0 1100011 111010 1010010 1100010 10101

Color Harmonies of #446B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B01

Black with #446B01

Text Example


Text Example

White with #446B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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