Html Css Color HEX #446008 Verdun Green

📋 copy color: '#446008'

red 68 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #446008

Tints of Verdun Green #446008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.81%

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 39.53%
G = 55.81%
B = 4.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#446008 (or 0x446008) is known color: Verdun Green. HEX triplet: 44, 60 and 08. RGB value is (68,96,8). Sum of RGB (Red+Green+Blue) = 68+96+8=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #446008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446008 is #BB9FF7. Grayscale: #4D4D4D. Windows color (decimal): -12296184 or 548932. OLE color: 548932.

HSL color Cylindrical-coordinate representation of color #446008: hue angle of 79.09º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #446008 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 96 8 -
CMYK 0.29 0 0.92 0.62
HSL 79.09º 0.85% 0.2% -
HSV(B) 79.09º 0.92% 0.38% -
XYZ 6.61 9.61 1.74 -
YUV 77.6 88.72 121.16 -
System Red Green Blue C M Y K H S L
Decimal 68 96 8 0.29 0 0.92 0.62 79.09 0.85 0.2
Hex 44 60 8 1D 0 5C 3E 4F 55 14
Octal 104 140 10 35 0 134 76 117 125 24
Binary 1000100 1100000 1000 11101 0 1011100 111110 1001111 1010101 10100

Color Harmonies of #446008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446008

Black with #446008

Text Example


Text Example

White with #446008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446008; }

 p { color: rgb(68,96,8); }

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

background-color css

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

 a { background-color: rgb(68,96,8); }

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

border-color css

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

 span { border-color: rgb(68,96,8); }

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