#446700

Color #446700 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #446700

Tints of Verdun Green #446700

Color information

#446700 (or 0x446700) is unknown color: approx Verdun Green. HEX triplet: 44, 67 and 00. RGB value is (68,103,0). Sum of RGB (Red+Green+Blue) = 68+103+0=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 103 (40.62% from 255 or 60.23% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 103 - color contains mainly: green. Hex color #446700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446700 is #BB98FF. Grayscale: #515151. Windows color (decimal): -12294400 or 26436. OLE color: 26436.

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

Color convert

RGB681030-
CMYK0.34010.60
HSL80.39º100%20.2%-
HSV(B)80.39º100%40.39%-
XYZ7.2310.931.73-
YUV80.7982.4118.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 103 (40.62% from 255) = 60.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.77%
G=60.23%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6810300.34010.6080.3910020.2
Hex44670220643C506414
Octal10414704201447412014424
Binary100010011001110100010011001001111001010000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446700; }

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

 H1.HeaderClassName
 {
   color: #446700;
 }
 .AnyTagClassName
 {
   color: #446700;
 }
</style>
background-color css

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

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

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

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

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

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