Html Css Color HEX #444300 Verdun Green

📋 copy color: '#444300'

red 68 ◦ green 67 ◦ blue 0

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

Shades of Verdun Green #444300

Tints of Verdun Green #444300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.37%
G = 49.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#444300 (or 0x444300) is known color: Verdun Green. HEX triplet: 44, 43 and 00. RGB value is (68,67,0). Sum of RGB (Red+Green+Blue) = 68+67+0=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #444300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444300 is #BBBCFF. Grayscale: #3B3B3B. Windows color (decimal): -12303616 or 17220. OLE color: 17220.

HSL color Cylindrical-coordinate representation of color #444300: hue angle of 59.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #444300 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 67 0 -
CMYK 0 0.01 1 0.73
HSL 59.12º 1% 0.13% -
HSV(B) 59.12º 1% 0.27% -
XYZ 4.39 5.24 0.78 -
YUV 59.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 68 67 0 0 0.01 1 0.73 59.12 1 0.13
Hex 44 43 0 0 1 64 49 3B 64 D
Octal 104 103 0 0 1 144 111 73 144 15
Binary 1000100 1000011 0 0 1 1100100 1001001 111011 1100100 1101

Color Harmonies of #444300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444300

Black with #444300

Text Example


Text Example

White with #444300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444300; }

 p { color: rgb(68,67,0); }

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

background-color css

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

 a { background-color: rgb(68,67,0); }

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

border-color css

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

 span { border-color: rgb(68,67,0); }

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