Html Css Color HEX #445307 Verdun Green

📋 copy color: '#445307'

red 68 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #445307

Tints of Verdun Green #445307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.53%

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

R = 43.04%
G = 52.53%
B = 4.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#445307 (or 0x445307) is known color: Verdun Green. HEX triplet: 44, 53 and 07. RGB value is (68,83,7). Sum of RGB (Red+Green+Blue) = 68+83+7=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #445307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445307 is #BBACF8. Grayscale: #464646. Windows color (decimal): -12299513 or 480068. OLE color: 480068.

HSL color Cylindrical-coordinate representation of color #445307: hue angle of 71.84º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #445307 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 7 -
CMYK 0.18 0 0.92 0.67
HSL 71.84º 0.84% 0.18% -
HSV(B) 71.84º 0.92% 0.33% -
XYZ 5.52 7.43 1.34 -
YUV 69.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 68 83 7 0.18 0 0.92 0.67 71.84 0.84 0.18
Hex 44 53 7 12 0 5C 43 48 54 12
Octal 104 123 7 22 0 134 103 110 124 22
Binary 1000100 1010011 111 10010 0 1011100 1000011 1001000 1010100 10010

Color Harmonies of #445307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445307

Black with #445307

Text Example


Text Example

White with #445307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445307; }

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

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

background-color css

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

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

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

border-color css

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

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

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