Html Css Color HEX #446405 Verdun Green

📋 copy color: '#446405'

red 68 ◦ green 100 ◦ blue 5

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

Shades of Verdun Green #446405

Tints of Verdun Green #446405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.8%

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

R = 39.31%
G = 57.8%
B = 2.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#446405 (or 0x446405) is known color: Verdun Green. HEX triplet: 44, 64 and 05. RGB value is (68,100,5). Sum of RGB (Red+Green+Blue) = 68+100+5=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #446405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446405 is #BB9BFA. Grayscale: #4F4F4F. Windows color (decimal): -12295163 or 353348. OLE color: 353348.

HSL color Cylindrical-coordinate representation of color #446405: hue angle of 80.21º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #446405 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 100 5 -
CMYK 0.32 0 0.95 0.61
HSL 80.21º 0.9% 0.21% -
HSV(B) 80.21º 0.95% 0.39% -
XYZ 6.97 10.35 1.77 -
YUV 79.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 68 100 5 0.32 0 0.95 0.61 80.21 0.9 0.21
Hex 44 64 5 20 0 5F 3D 50 5A 15
Octal 104 144 5 40 0 137 75 120 132 25
Binary 1000100 1100100 101 100000 0 1011111 111101 1010000 1011010 10101

Color Harmonies of #446405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446405

Black with #446405

Text Example


Text Example

White with #446405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446405; }

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

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

background-color css

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

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

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

border-color css

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

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

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