Html Css Color HEX #445B10 Verdun Green

📋 copy color: '#445B10'

red 68 ◦ green 91 ◦ blue 16

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

Shades of Verdun Green #445B10

Tints of Verdun Green #445B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 38.86%
G = 52%
B = 9.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#445B10 (or 0x445B10) is known color: Verdun Green. HEX triplet: 44, 5B and 10. RGB value is (68,91,16). Sum of RGB (Red+Green+Blue) = 68+91+16=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #445B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445B10 is #BBA4EF. Grayscale: #4B4B4B. Windows color (decimal): -12297456 or 1071940. OLE color: 1071940.

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

Color convert

RGB 68 91 16 -
CMYK 0.25 0 0.82 0.64
HSL 78.4º 0.7% 0.21% -
HSV(B) 78.4º 0.82% 0.36% -
XYZ 6.22 8.75 1.85 -
YUV 75.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 68 91 16 0.25 0 0.82 0.64 78.4 0.7 0.21
Hex 44 5B 10 19 0 52 40 4E 46 15
Octal 104 133 20 31 0 122 100 116 106 25
Binary 1000100 1011011 10000 11001 0 1010010 1000000 1001110 1000110 10101

Color Harmonies of #445B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B10

Black with #445B10

Text Example


Text Example

White with #445B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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