Html Css Color HEX #445B07 Verdun Green

📋 copy color: '#445B07'

red 68 ◦ green 91 ◦ blue 7

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

Shades of Verdun Green #445B07

Tints of Verdun Green #445B07

RGB

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

 GREEN value IS 91 (35.94% from 255) = 54.82%

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

R = 40.96%
G = 54.82%
B = 4.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.64

RGB Variations

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

Color information

#445B07 (or 0x445B07) is known color: Verdun Green. HEX triplet: 44, 5B and 07. RGB value is (68,91,7). Sum of RGB (Red+Green+Blue) = 68+91+7=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #445B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445B07 is #BBA4F8. Grayscale: #4A4A4A. Windows color (decimal): -12297465 or 482116. OLE color: 482116.

HSL color Cylindrical-coordinate representation of color #445B07: hue angle of 76.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #445B07 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 91 7 -
CMYK 0.25 0 0.92 0.64
HSL 76.43º 0.86% 0.19% -
HSV(B) 76.43º 0.92% 0.36% -
XYZ 6.16 8.73 1.56 -
YUV 74.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 68 91 7 0.25 0 0.92 0.64 76.43 0.86 0.19
Hex 44 5B 7 19 0 5C 40 4C 56 13
Octal 104 133 7 31 0 134 100 114 126 23
Binary 1000100 1011011 111 11001 0 1011100 1000000 1001100 1010110 10011

Color Harmonies of #445B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B07

Black with #445B07

Text Example


Text Example

White with #445B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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