Html Css Color HEX #44570C Verdun Green

📋 copy color: '#44570C'

red 68 ◦ green 87 ◦ blue 12

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

Shades of Verdun Green #44570C

Tints of Verdun Green #44570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 52.1%

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 40.72%
G = 52.1%
B = 7.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#44570C (or 0x44570C) is known color: Verdun Green. HEX triplet: 44, 57 and 0C. RGB value is (68,87,12). Sum of RGB (Red+Green+Blue) = 68+87+12=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 87 (34.38% from 255 or 52.10% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 87 - color contains mainly: green. Hex color #44570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44570C is #BBA8F3. Grayscale: #494949. Windows color (decimal): -12298484 or 808772. OLE color: 808772.

HSL color Cylindrical-coordinate representation of color #44570C: hue angle of 75.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44570C is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 12 -
CMYK 0.22 0 0.86 0.66
HSL 75.2º 0.76% 0.19% -
HSV(B) 75.2º 0.86% 0.34% -
XYZ 5.86 8.07 1.6 -
YUV 72.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 68 87 12 0.22 0 0.86 0.66 75.2 0.76 0.19
Hex 44 57 C 16 0 56 42 4B 4C 13
Octal 104 127 14 26 0 126 102 113 114 23
Binary 1000100 1010111 1100 10110 0 1010110 1000010 1001011 1001100 10011

Color Harmonies of #44570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44570C

Black with #44570C

Text Example


Text Example

White with #44570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44570C; }

 p { color: rgb(68,87,12); }

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

background-color css

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

 a { background-color: rgb(68,87,12); }

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

border-color css

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

 span { border-color: rgb(68,87,12); }

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