Html Css Color HEX #446A05 Verdun Green

📋 copy color: '#446A05'

red 68 ◦ green 106 ◦ blue 5

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

Shades of Verdun Green #446A05

Tints of Verdun Green #446A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.79%

R = 37.99%
G = 59.22%
B = 2.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#446A05 (or 0x446A05) is known color: Verdun Green. HEX triplet: 44, 6A and 05. RGB value is (68,106,5). Sum of RGB (Red+Green+Blue) = 68+106+5=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #446A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446A05 is #BB95FA. Grayscale: #535353. Windows color (decimal): -12293627 or 354884. OLE color: 354884.

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

Color convert

RGB 68 106 5 -
CMYK 0.36 0 0.95 0.58
HSL 82.57º 0.91% 0.22% -
HSV(B) 82.57º 0.95% 0.42% -
XYZ 7.57 11.55 1.97 -
YUV 83.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 68 106 5 0.36 0 0.95 0.58 82.57 0.91 0.22
Hex 44 6A 5 24 0 5F 3A 53 5B 16
Octal 104 152 5 44 0 137 72 123 133 26
Binary 1000100 1101010 101 100100 0 1011111 111010 1010011 1011011 10110

Color Harmonies of #446A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A05

Black with #446A05

Text Example


Text Example

White with #446A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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