Html Css Color HEX #444F0D Verdun Green

📋 copy color: '#444F0D'

red 68 ◦ green 79 ◦ blue 13

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

Shades of Verdun Green #444F0D

Tints of Verdun Green #444F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 42.5%
G = 49.38%
B = 8.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#444F0D (or 0x444F0D) is known color: Verdun Green. HEX triplet: 44, 4F and 0D. RGB value is (68,79,13). Sum of RGB (Red+Green+Blue) = 68+79+13=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #444F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F0D is #BBB0F2. Grayscale: #444444. Windows color (decimal): -12300531 or 872260. OLE color: 872260.

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

Color convert

RGB 68 79 13 -
CMYK 0.14 0 0.84 0.69
HSL 70º 0.72% 0.18% -
HSV(B) 70º 0.84% 0.31% -
XYZ 5.25 6.85 1.43 -
YUV 68.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 68 79 13 0.14 0 0.84 0.69 70 0.72 0.18
Hex 44 4F D E 0 54 45 46 48 12
Octal 104 117 15 16 0 124 105 106 110 22
Binary 1000100 1001111 1101 1110 0 1010100 1000101 1000110 1001000 10010

Color Harmonies of #444F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F0D

Black with #444F0D

Text Example


Text Example

White with #444F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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