Html Css Color HEX #44670C Verdun Green

📋 copy color: '#44670C'

red 68 ◦ green 103 ◦ blue 12

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

Shades of Verdun Green #44670C

Tints of Verdun Green #44670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 56.28%

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

R = 37.16%
G = 56.28%
B = 6.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#44670C (or 0x44670C) is known color: Verdun Green. HEX triplet: 44, 67 and 0C. RGB value is (68,103,12). Sum of RGB (Red+Green+Blue) = 68+103+12=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #44670C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44670C is #BB98F3. Grayscale: #525252. Windows color (decimal): -12294388 or 812868. OLE color: 812868.

HSL color Cylindrical-coordinate representation of color #44670C: hue angle of 83.08º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44670C is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 103 12 -
CMYK 0.34 0 0.88 0.60
HSL 83.08º 0.79% 0.23% -
HSV(B) 83.08º 0.88% 0.4% -
XYZ 7.3 10.96 2.08 -
YUV 82.16 88.4 117.9 -
System Red Green Blue C M Y K H S L
Decimal 68 103 12 0.34 0 0.88 0.60 83.08 0.79 0.23
Hex 44 67 C 22 0 58 3C 53 4F 17
Octal 104 147 14 42 0 130 74 123 117 27
Binary 1000100 1100111 1100 100010 0 1011000 111100 1010011 1001111 10111

Color Harmonies of #44670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44670C

Black with #44670C

Text Example


Text Example

White with #44670C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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