Html Css Color HEX #444F0B Verdun Green

📋 copy color: '#444F0B'

red 68 ◦ green 79 ◦ blue 11

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

Shades of Verdun Green #444F0B

Tints of Verdun Green #444F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 50%

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 43.04%
G = 50%
B = 6.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#444F0B (or 0x444F0B) is known color: Verdun Green. HEX triplet: 44, 4F and 0B. RGB value is (68,79,11). Sum of RGB (Red+Green+Blue) = 68+79+11=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #444F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F0B is #BBB0F4. Grayscale: #444444. Windows color (decimal): -12300533 or 741188. OLE color: 741188.

HSL color Cylindrical-coordinate representation of color #444F0B: hue angle of 69.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #444F0B is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 79 11 -
CMYK 0.14 0 0.86 0.69
HSL 69.71º 0.76% 0.18% -
HSV(B) 69.71º 0.86% 0.31% -
XYZ 5.24 6.85 1.36 -
YUV 67.96 95.86 128.03 -
System Red Green Blue C M Y K H S L
Decimal 68 79 11 0.14 0 0.86 0.69 69.71 0.76 0.18
Hex 44 4F B E 0 56 45 46 4C 12
Octal 104 117 13 16 0 126 105 106 114 22
Binary 1000100 1001111 1011 1110 0 1010110 1000101 1000110 1001100 10010

Color Harmonies of #444F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F0B

Black with #444F0B

Text Example


Text Example

White with #444F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444F0B; }

 p { color: rgb(68,79,11); }

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

background-color css

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

 a { background-color: rgb(68,79,11); }

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

border-color css

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

 span { border-color: rgb(68,79,11); }

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