Html Css Color HEX #444B06 Verdun Green

📋 copy color: '#444B06'

red 68 ◦ green 75 ◦ blue 6

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

Shades of Verdun Green #444B06

Tints of Verdun Green #444B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.03%

R = 45.64%
G = 50.34%
B = 4.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#444B06 (or 0x444B06) is known color: Verdun Green. HEX triplet: 44, 4B and 06. RGB value is (68,75,6). Sum of RGB (Red+Green+Blue) = 68+75+6=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #444B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B06 is #BBB4F9. Grayscale: #414141. Windows color (decimal): -12301562 or 412484. OLE color: 412484.

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

Color convert

RGB 68 75 6 -
CMYK 0.09 0 0.92 0.71
HSL 66.09º 0.85% 0.16% -
HSV(B) 66.09º 0.92% 0.29% -
XYZ 4.93 6.27 1.12 -
YUV 65.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 68 75 6 0.09 0 0.92 0.71 66.09 0.85 0.16
Hex 44 4B 6 9 0 5C 47 42 55 10
Octal 104 113 6 11 0 134 107 102 125 20
Binary 1000100 1001011 110 1001 0 1011100 1000111 1000010 1010101 10000

Color Harmonies of #444B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B06

Black with #444B06

Text Example


Text Example

White with #444B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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