Html Css Color HEX #444B05 Verdun Green

📋 copy color: '#444B05'

red 68 ◦ green 75 ◦ blue 5

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

Shades of Verdun Green #444B05

Tints of Verdun Green #444B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 45.95%
G = 50.68%
B = 3.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#444B05 (or 0x444B05) is known color: Verdun Green. HEX triplet: 44, 4B and 05. RGB value is (68,75,5). Sum of RGB (Red+Green+Blue) = 68+75+5=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #444B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B05 is #BBB4FA. Grayscale: #414141. Windows color (decimal): -12301563 or 346948. OLE color: 346948.

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

Color convert

RGB 68 75 5 -
CMYK 0.09 0 0.93 0.71
HSL 66º 0.88% 0.16% -
HSV(B) 66º 0.93% 0.29% -
XYZ 4.93 6.27 1.09 -
YUV 64.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 68 75 5 0.09 0 0.93 0.71 66 0.88 0.16
Hex 44 4B 5 9 0 5D 47 42 58 10
Octal 104 113 5 11 0 135 107 102 130 20
Binary 1000100 1001011 101 1001 0 1011101 1000111 1000010 1011000 10000

Color Harmonies of #444B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B05

Black with #444B05

Text Example


Text Example

White with #444B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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