Html Css Color HEX #446805 Verdun Green

📋 copy color: '#446805'

red 68 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #446805

Tints of Verdun Green #446805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.76%

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

R = 38.42%
G = 58.76%
B = 2.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#446805 (or 0x446805) is known color: Verdun Green. HEX triplet: 44, 68 and 05. RGB value is (68,104,5). Sum of RGB (Red+Green+Blue) = 68+104+5=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #446805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446805 is #BB97FA. Grayscale: #525252. Windows color (decimal): -12294139 or 354372. OLE color: 354372.

HSL color Cylindrical-coordinate representation of color #446805: hue angle of 81.82º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #446805 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 104 5 -
CMYK 0.35 0 0.95 0.59
HSL 81.82º 0.91% 0.21% -
HSV(B) 81.82º 0.95% 0.41% -
XYZ 7.36 11.14 1.91 -
YUV 81.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 68 104 5 0.35 0 0.95 0.59 81.82 0.91 0.21
Hex 44 68 5 23 0 5F 3B 52 5B 15
Octal 104 150 5 43 0 137 73 122 133 25
Binary 1000100 1101000 101 100011 0 1011111 111011 1010010 1011011 10101

Color Harmonies of #446805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446805

Black with #446805

Text Example


Text Example

White with #446805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446805; }

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

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

background-color css

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

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

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

border-color css

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

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

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