Html Css Color HEX #446605 Verdun Green

📋 copy color: '#446605'

red 68 ◦ green 102 ◦ blue 5

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

Shades of Verdun Green #446605

Tints of Verdun Green #446605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.29%

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

R = 38.86%
G = 58.29%
B = 2.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#446605 (or 0x446605) is known color: Verdun Green. HEX triplet: 44, 66 and 05. RGB value is (68,102,5). Sum of RGB (Red+Green+Blue) = 68+102+5=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #446605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446605 is #BB99FA. Grayscale: #515151. Windows color (decimal): -12294651 or 353860. OLE color: 353860.

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

Color convert

RGB 68 102 5 -
CMYK 0.33 0 0.95 0.6
HSL 81.03º 0.91% 0.21% -
HSV(B) 81.03º 0.95% 0.4% -
XYZ 7.16 10.74 1.84 -
YUV 80.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 68 102 5 0.33 0 0.95 0.6 81.03 0.91 0.21
Hex 44 66 5 21 0 5F 3C 51 5B 15
Octal 104 146 5 41 0 137 74 121 133 25
Binary 1000100 1100110 101 100001 0 1011111 111100 1010001 1011011 10101

Color Harmonies of #446605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446605

Black with #446605

Text Example


Text Example

White with #446605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446605; }

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

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

background-color css

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

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

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

border-color css

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

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

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