Html Css Color HEX #446300 Verdun Green

📋 copy color: '#446300'

red 68 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #446300

Tints of Verdun Green #446300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 59.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.72%
G = 59.28%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#446300 (or 0x446300) is known color: Verdun Green. HEX triplet: 44, 63 and 00. RGB value is (68,99,0). Sum of RGB (Red+Green+Blue) = 68+99+0=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #446300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446300 is #BB9CFF. Grayscale: #4E4E4E. Windows color (decimal): -12295424 or 25412. OLE color: 25412.

HSL color Cylindrical-coordinate representation of color #446300: hue angle of 78.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #446300 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 99 0 -
CMYK 0.31 0 1 0.61
HSL 78.79º 1% 0.19% -
HSV(B) 78.79º 1% 0.39% -
XYZ 6.85 10.15 1.6 -
YUV 78.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 68 99 0 0.31 0 1 0.61 78.79 1 0.19
Hex 44 63 0 1F 0 64 3D 4F 64 13
Octal 104 143 0 37 0 144 75 117 144 23
Binary 1000100 1100011 0 11111 0 1100100 111101 1001111 1100100 10011

Color Harmonies of #446300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446300

Black with #446300

Text Example


Text Example

White with #446300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446300; }

 p { color: rgb(68,99,0); }

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

background-color css

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

 a { background-color: rgb(68,99,0); }

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

border-color css

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

 span { border-color: rgb(68,99,0); }

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