Html Css Color HEX #444B12 Verdun Green

📋 copy color: '#444B12'

red 68 ◦ green 75 ◦ blue 18

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

Shades of Verdun Green #444B12

Tints of Verdun Green #444B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.58%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 42.24%
G = 46.58%
B = 11.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#444B12 (or 0x444B12) is known color: Verdun Green. HEX triplet: 44, 4B and 12. RGB value is (68,75,18). Sum of RGB (Red+Green+Blue) = 68+75+18=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #444B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B12 is #BBB4ED. Grayscale: #424242. Windows color (decimal): -12301550 or 1198916. OLE color: 1198916.

HSL color Cylindrical-coordinate representation of color #444B12: hue angle of 67.37º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #444B12 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 75 18 -
CMYK 0.09 0 0.76 0.71
HSL 67.37º 0.61% 0.18% -
HSV(B) 67.37º 0.76% 0.29% -
XYZ 5.01 6.3 1.53 -
YUV 66.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 68 75 18 0.09 0 0.76 0.71 67.37 0.61 0.18
Hex 44 4B 12 9 0 4C 47 43 3D 12
Octal 104 113 22 11 0 114 107 103 75 22
Binary 1000100 1001011 10010 1001 0 1001100 1000111 1000011 111101 10010

Color Harmonies of #444B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B12

Black with #444B12

Text Example


Text Example

White with #444B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,18); }

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

background-color css

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

 a { background-color: rgb(68,75,18); }

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

border-color css

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

 span { border-color: rgb(68,75,18); }

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