Html Css Color HEX #446507 Verdun Green

📋 copy color: '#446507'

red 68 ◦ green 101 ◦ blue 7

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

Shades of Verdun Green #446507

Tints of Verdun Green #446507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.39%

 BLUE value IS 7 (3.13% from 255) = 3.98%

R = 38.64%
G = 57.39%
B = 3.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#446507 (or 0x446507) is known color: Verdun Green. HEX triplet: 44, 65 and 07. RGB value is (68,101,7). Sum of RGB (Red+Green+Blue) = 68+101+7=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #446507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446507 is #BB9AF8. Grayscale: #505050. Windows color (decimal): -12294905 or 484676. OLE color: 484676.

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

Color convert

RGB 68 101 7 -
CMYK 0.33 0 0.93 0.60
HSL 81.06º 0.87% 0.21% -
HSV(B) 81.06º 0.93% 0.4% -
XYZ 7.08 10.55 1.86 -
YUV 80.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 68 101 7 0.33 0 0.93 0.60 81.06 0.87 0.21
Hex 44 65 7 21 0 5D 3C 51 57 15
Octal 104 145 7 41 0 135 74 121 127 25
Binary 1000100 1100101 111 100001 0 1011101 111100 1010001 1010111 10101

Color Harmonies of #446507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446507

Black with #446507

Text Example


Text Example

White with #446507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446507; }

 p { color: rgb(68,101,7); }

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

background-color css

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

 a { background-color: rgb(68,101,7); }

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

border-color css

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

 span { border-color: rgb(68,101,7); }

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