Html Css Color HEX #446706 Verdun Green

📋 copy color: '#446706'

red 68 ◦ green 103 ◦ blue 6

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

Shades of Verdun Green #446706

Tints of Verdun Green #446706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.19%

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 38.42%
G = 58.19%
B = 3.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#446706 (or 0x446706) is known color: Verdun Green. HEX triplet: 44, 67 and 06. RGB value is (68,103,6). Sum of RGB (Red+Green+Blue) = 68+103+6=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #446706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446706 is #BB98F9. Grayscale: #515151. Windows color (decimal): -12294394 or 419652. OLE color: 419652.

HSL color Cylindrical-coordinate representation of color #446706: hue angle of 81.65º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #446706 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 103 6 -
CMYK 0.34 0 0.94 0.60
HSL 81.65º 0.89% 0.21% -
HSV(B) 81.65º 0.94% 0.4% -
XYZ 7.27 10.94 1.9 -
YUV 81.48 85.4 118.39 -
System Red Green Blue C M Y K H S L
Decimal 68 103 6 0.34 0 0.94 0.60 81.65 0.89 0.21
Hex 44 67 6 22 0 5E 3C 52 59 15
Octal 104 147 6 42 0 136 74 122 131 25
Binary 1000100 1100111 110 100010 0 1011110 111100 1010010 1011001 10101

Color Harmonies of #446706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446706

Black with #446706

Text Example


Text Example

White with #446706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446706; }

 p { color: rgb(68,103,6); }

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

background-color css

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

 a { background-color: rgb(68,103,6); }

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

border-color css

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

 span { border-color: rgb(68,103,6); }

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